| 1 | <?php namespace Anomaly\Streams\Platform\Console; |
||
| 12 | class Kernel extends \Illuminate\Foundation\Console\Kernel |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get the Artisan application instance. |
||
| 17 | * |
||
| 18 | * @return \Illuminate\Console\Application |
||
| 19 | */ |
||
| 20 | protected function getArtisan() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Include base commands. |
||
| 32 | */ |
||
| 33 | protected function commands() |
||
| 37 | } |
||
| 38 |