minor fix

master
Константин 2023-08-02 19:32:37 +03:00
parent 4efedc24b6
commit 7d3219f0c5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class AppServiceProvider extends ServiceProvider
public function boot() {
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([
'asset' => Asset::class,