更新 PaginateService.php

This commit is contained in:
JaguarJack
2018-11-21 14:30:12 +08:00
parent ff297f692e
commit f1a56a2682

View File

@@ -8,7 +8,6 @@
namespace app\service;
use think\paginator\driver\Bootstrap;
use think\Collection;
class PaginateService extends Bootstrap
{