mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Tests for package discovery
This commit is contained in:
parent
25f8bac85f
commit
74dbf8884b
@ -130,8 +130,8 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function commands()
|
||||
{
|
||||
$this->load(__DIR__.'/Commands');
|
||||
// $this->load(__DIR__.'/Commands');
|
||||
|
||||
require base_path('routes/console.php');
|
||||
// require base_path('routes/console.php');
|
||||
}
|
||||
}
|
||||
|
@ -11,8 +11,4 @@ use Illuminate\Foundation\Inspiring;
|
||||
| commands. Each Closure is bound to a command instance allowing a
|
||||
| simple approach to interacting with each command's IO methods.
|
||||
|
|
||||
*/
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->describe('Display an inspiring quote');
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user