mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
build version 400
This commit is contained in:
@ -14,6 +14,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
Paginator::useBootstrapThree();
|
||||
$this->loadJsonTranslationsFrom(resource_path('assets/js/plugins'));
|
||||
}
|
||||
|
||||
/**
|
||||
@ -23,11 +24,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
/*ADD THIS LINES*/
|
||||
$this->commands([
|
||||
\Laravel\Passport\Console\InstallCommand::class,
|
||||
\Laravel\Passport\Console\KeysCommand::class,
|
||||
\Laravel\Passport\Console\ClientCommand::class,
|
||||
]);
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user