mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:51:57 +08:00
Fleshed out entity provided and optimized imports
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<?php namespace BookStack\Actions;
|
||||
|
||||
use BookStack\Actions\Activity;
|
||||
use BookStack\Auth\Permissions\PermissionService;
|
||||
use BookStack\Entities\Entity;
|
||||
use Session;
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php namespace BookStack\Actions;
|
||||
|
||||
use BookStack\Actions\Comment;
|
||||
use BookStack\Entities\Entity;
|
||||
|
||||
/**
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php namespace BookStack\Actions;
|
||||
|
||||
use BookStack\Entities\Entity;
|
||||
use BookStack\Auth\Permissions\PermissionService;
|
||||
use BookStack\Entities\Entity;
|
||||
|
||||
/**
|
||||
* Class TagRepo
|
||||
|
Reference in New Issue
Block a user