use app name instead of core
This commit is contained in:
parent
1259fa7918
commit
542bc34def
@ -111,7 +111,7 @@ class UpdateFailed extends Notification
|
|||||||
protected function getAliasName()
|
protected function getAliasName()
|
||||||
{
|
{
|
||||||
if ($this->event->alias == 'core') {
|
if ($this->event->alias == 'core') {
|
||||||
return ucfirst($this->event->alias);
|
return config('app.name');
|
||||||
}
|
}
|
||||||
|
|
||||||
$module = module($this->event->alias);
|
$module = module($this->event->alias);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user