| 1 | <?php |
||
| 7 | class UpdateCommand extends Installation\Command |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * The name and signature of the console command. |
||
| 11 | * |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected $signature = 'sleepingowl:update'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * The console command description. |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected $description = 'Update the SleepingOwl Admin package'; |
||
| 21 | |||
| 22 | protected function runInstaller() |
||
| 39 | } |
||
| 40 |