This commit is contained in:
yanwenwu 2018-11-22 09:53:34 +08:00
commit 324723bec6

View File

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