equal
deleted
inserted
replaced
13 * @var array |
13 * @var array |
14 */ |
14 */ |
15 protected $commands = [ |
15 protected $commands = [ |
16 'CorpusParole\Console\Commands\Inspire', |
16 'CorpusParole\Console\Commands\Inspire', |
17 'CorpusParole\Console\Commands\ImportCocoonRDF', |
17 'CorpusParole\Console\Commands\ImportCocoonRDF', |
|
18 'CorpusParole\Console\Commands\IndexDocuments', |
18 ]; |
19 ]; |
19 |
20 |
20 /** |
21 /** |
21 * Define the application's command schedule. |
22 * Define the application's command schedule. |
22 * |
23 * |