Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class AdConfigurationCreate extends Command |
||
9 | { |
||
10 | protected $signature = 'nova-ad-director:ad-config:create |
||
11 | {key : Key name} |
||
12 | {location : Location name} |
||
13 | {--status=disabled : Status} |
||
14 | '; |
||
15 | |||
16 | protected $description = 'Create new ad configuration in database'; |
||
17 | |||
18 | public function handle() |
||
29 |