Add command class
This commit is contained in:
parent
091e5593f9
commit
b2475720f2
@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected $commands = [
|
||||
Commands\CreateDatabase::class,
|
||||
Commands\Install::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -54,7 +54,7 @@ class Application extends LaravelApplication
|
||||
|
||||
public function langPath()
|
||||
{
|
||||
return $this->resourcePath() . DIRECTORY_SEPARATOR . 'lang';
|
||||
return $this->resourcePath() . DS . 'lang';
|
||||
}
|
||||
|
||||
public function publicPath()
|
||||
|
Loading…
Reference in New Issue
Block a user