We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -8,24 +8,24 @@ |
||
8 | 8 | class PermissionGeneratorBackpackCommand extends Command |
9 | 9 | { |
10 | 10 | /** |
11 | - * The name and signature of the console command. |
|
12 | - * |
|
13 | - * @var string |
|
14 | - */ |
|
11 | + * The name and signature of the console command. |
|
12 | + * |
|
13 | + * @var string |
|
14 | + */ |
|
15 | 15 | protected $signature = 'backpack:permissions {route : Name of the route e.g admin/teams} {--P|permission=* : A permission you wish to add, can accept multiple instances of -P|permission}'; |
16 | 16 | |
17 | 17 | /** |
18 | - * The console command description. |
|
19 | - * |
|
20 | - * @var string |
|
21 | - */ |
|
18 | + * The console command description. |
|
19 | + * |
|
20 | + * @var string |
|
21 | + */ |
|
22 | 22 | protected $description = 'Will generate permissions for routes and save to the database'; |
23 | 23 | |
24 | 24 | /** |
25 | - * Execute the console command. |
|
26 | - * |
|
27 | - * @return mixed |
|
28 | - */ |
|
25 | + * Execute the console command. |
|
26 | + * |
|
27 | + * @return mixed |
|
28 | + */ |
|
29 | 29 | public function handle() |
30 | 30 | { |
31 | 31 | $routeName = $this->argument('route'); |