equal
deleted
inserted
replaced
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 'CorpusParole\Console\Commands\IndexDocuments', |
|
19 'CorpusParole\Console\Commands\ManageHandles', |
19 ]; |
20 ]; |
20 |
21 |
21 /** |
22 /** |
22 * Define the application's command schedule. |
23 * Define the application's command schedule. |
23 * |
24 * |