minor fix
parent
4efedc24b6
commit
7d3219f0c5
|
|
@ -54,7 +54,7 @@ class AppServiceProvider extends ServiceProvider
|
||||||
public function boot() {
|
public function boot() {
|
||||||
Carbon::setLocale(config('app.locale'));
|
Carbon::setLocale(config('app.locale'));
|
||||||
|
|
||||||
// if ($this->app->environment('local')) Mail::alwaysTo('panabonic@yandex.ru');
|
if ($this->app->environment('local')) Mail::alwaysTo('test@nirgroup.ru');
|
||||||
|
|
||||||
Relation::enforceMorphMap([
|
Relation::enforceMorphMap([
|
||||||
'asset' => Asset::class,
|
'asset' => Asset::class,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue