server/src/app/Console/Kernel.php
changeset 24 de47e8f66e8b
parent 2 00e2916104fe
child 154 ded3cf22eef8
equal deleted inserted replaced
23:037687868bc4 24:de47e8f66e8b
    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      *