Someline\Console\Kernel::commands PHP Метод

commands() защищенный Метод

Register the Closure based commands for the application.
protected commands ( ) : void
Результат void
    protected function commands()
    {
        require base_path('routes/console.php');
    }