use app name instead of core

This commit is contained in:
Denis Duliçi 2021-03-12 17:27:34 +03:00
parent 1259fa7918
commit 542bc34def

View File

@ -111,7 +111,7 @@ class UpdateFailed extends Notification
protected function getAliasName()
{
if ($this->event->alias == 'core') {
return ucfirst($this->event->alias);
return config('app.name');
}
$module = module($this->event->alias);