|
@@ -2,14 +2,14 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace BBSLab\NovaPermission; |
|
4
|
4
|
|
|
|
5
|
+use BBSLab\NovaPermission\Console\Commands\GenerateResourcePermissions; |
|
5
|
6
|
use BBSLab\NovaPermission\Contracts\CanOverridePermission; |
|
6
|
|
-use Illuminate\Support\Facades\Gate; |
|
|
7
|
+use BBSLab\NovaPermission\Http\Middleware\Authorize; |
|
7
|
8
|
use Illuminate\Filesystem\Filesystem; |
|
8
|
9
|
use Illuminate\Support\Collection; |
|
|
10
|
+use Illuminate\Support\Facades\Gate; |
|
9
|
11
|
use Illuminate\Support\Facades\Route; |
|
10
|
12
|
use Illuminate\Support\ServiceProvider; |
|
11
|
|
-use BBSLab\NovaPermission\Console\Commands\GenerateResourcePermissions; |
|
12
|
|
-use BBSLab\NovaPermission\Http\Middleware\Authorize; |
|
13
|
13
|
|
|
14
|
14
|
class NovaPermissionServiceProvider extends ServiceProvider |
|
15
|
15
|
{ |
Please login to merge, or discard this patch.