Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
13 | public function handle() |
||
14 | { |
||
15 | $apiDocs = app()->make('yaro.apidocs'); |
||
16 | $snapshotName = $apiDocs->blueprint()->create((string) $this->argument('name'), (string) $this->option('disc')); |
||
17 | |||
18 | $this->info(sprintf('New blueprint snapshot [%s] created successfully.', $snapshotName)); |
||
19 | } |
||
20 | } |
||
21 |