1 | <?php namespace Anomaly\Streams\Platform\Console; |
||
13 | class Application extends \Illuminate\Console\Application |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * Get the default definition. |
||
18 | * |
||
19 | * @return \Symfony\Component\Console\Input\InputDefinition |
||
20 | */ |
||
21 | protected function getDefaultInputDefinition() |
||
29 | |||
30 | /** |
||
31 | * Get the global environment option for the definition. |
||
32 | * |
||
33 | * @return \Symfony\Component\Console\Input\InputOption |
||
34 | */ |
||
35 | protected function getApplicationReferenceOption() |
||
41 | } |
||
42 |