]>
BookStack Code Mirror - bookstack/blobdiff - app/Console/Kernel.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commands: Updated create admin skip return
[bookstack]
/
app
/
Console
/
Kernel.php
diff --git
a/app/Console/Kernel.php
b/app/Console/Kernel.php
index 11c8018c8d6fca1cec1191c011938d20c2478fe1..f49be1d63b46ece971fac056af113d7ee639aa9c 100644
(file)
--- a/
app/Console/Kernel.php
+++ b/
app/Console/Kernel.php
@@
-7,15
+7,6
@@
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
- /**
- * The Artisan commands provided by your application.
- *
- * @var array
- */
- protected $commands = [
- //
- ];
-
/**
* Define the application's command schedule.
*