Framework\Console\Kernel::commands PHP Method

commands() protected method

Register the Closure based commands for the application.
protected commands ( ) : void
return void
    protected function commands()
    {
        require base_path('routes/console.php');
    }