@@ -44,6 +44,9 @@ |
||
| 44 | 44 | { |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @return string |
|
| 49 | + */ |
|
| 47 | 50 | public function getEntity() |
| 48 | 51 | { |
| 49 | 52 | return $this->entity; |
@@ -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 |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Illuminate\Console\Command; |
| 4 | 4 | use Serverfireteam\Panel\Link; |
| 5 | -use Symfony\Component\Console\Input\InputOption; |
|
| 6 | 5 | use Symfony\Component\Console\Input\InputArgument; |
| 7 | 6 | |
| 8 | 7 | class CrudCommand extends Command |