|
@@ -2,13 +2,13 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Spatie\Permission; |
|
4
|
4
|
|
|
|
5
|
+use Illuminate\Filesystem\Filesystem; |
|
5
|
6
|
use Illuminate\Routing\Route; |
|
6
|
7
|
use Illuminate\Support\Collection; |
|
7
|
|
-use Illuminate\Filesystem\Filesystem; |
|
8
|
8
|
use Illuminate\Support\ServiceProvider; |
|
9
|
9
|
use Illuminate\View\Compilers\BladeCompiler; |
|
10
|
|
-use Spatie\Permission\Contracts\Role as RoleContract; |
|
11
|
10
|
use Spatie\Permission\Contracts\Permission as PermissionContract; |
|
|
11
|
+use Spatie\Permission\Contracts\Role as RoleContract; |
|
12
|
12
|
|
|
13
|
13
|
class PermissionServiceProvider extends ServiceProvider |
|
14
|
14
|
{ |
Please login to merge, or discard this patch.