1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Fleshed out entity provided and optimized imports

This commit is contained in:
Dan Brown
2018-09-25 16:58:03 +01:00
parent 919660678b
commit 257a5a23ec
49 changed files with 144 additions and 133 deletions

View File

@@ -1,11 +1,5 @@
<?php namespace BookStack\Entities;
use BookStack\Entities\Book;
use BookStack\Entities\Bookshelf;
use BookStack\Entities\Chapter;
use BookStack\Entities\Entity;
use BookStack\Entities\Page;
use BookStack\Entities\SearchTerm;
use BookStack\Auth\Permissions\PermissionService;
use Illuminate\Database\Connection;
use Illuminate\Database\Query\Builder;