mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
Enable tinker
This commit is contained in:
parent
ceac906771
commit
c036e72642
@ -60,6 +60,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
if ($this->app->environment() !== 'production') {
|
||||
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
||||
$this->app->register(\Laravel\Tinker\TinkerServiceProvider::class);
|
||||
}
|
||||
|
||||
// Support *.tpl extension name
|
||||
|
Loading…
Reference in New Issue
Block a user