]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Kernel.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Console / Kernel.php
index 11c8018c8d6fca1cec1191c011938d20c2478fe1..f49be1d63b46ece971fac056af113d7ee639aa9c 100644 (file)
@@ -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.
      *