server/src/app/Console/Kernel.php
changeset 154 ded3cf22eef8
parent 24 de47e8f66e8b
equal deleted inserted replaced
153:338bcc78d431 154:ded3cf22eef8
    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      *