Commit 59f2d490 authored by Taylor Otwell's avatar Taylor Otwell

stub out commands method in console kernel

parent a97b9e0c
......@@ -27,4 +27,16 @@ class Kernel extends ConsoleKernel
// $schedule->command('inspire')
// ->hourly();
}
/**
* Register the Closure based commands for the application.
*
* @return void
*/
protected function commands()
{
// $this->command('build {project}', function ($project) {
// $this->info('Building project...');
// });
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment