@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Serverfireteam\Panel; |
| 4 | 4 | |
| 5 | 5 | use Serverfireteam\Panel\CrudController; |
| 6 | -use Spatie\Permission\Models\Role; |
|
| 7 | 6 | use Spatie\Permission\Models\Permission; |
| 8 | 7 | |
| 9 | 8 | class PermissionController extends CrudController { |
@@ -1,6 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Database\Schema\Blueprint; |
|
| 4 | 3 | use Illuminate\Database\Migrations\Migration; |
| 5 | 4 | |
| 6 | 5 | class CreateUrlTable extends Migration { |