PMC-878 Make the necessary changes in the core according to the "Laravel" upgrade guide (From v5.4 to v5.5.0)

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-06-25 08:17:57 -04:00
committed by Julio Cesar Laura Avendaño
parent fbe09def63
commit efc38c9400
4 changed files with 1074 additions and 475 deletions

View File

@@ -13,7 +13,6 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
Commands\PMTranslationsPlugins::class
];
/**
@@ -34,6 +33,6 @@ class Kernel extends ConsoleKernel
*/
protected function commands()
{
$this->load(__DIR__ . '/Commands');
}
}