Skip to content

Commit

Permalink
use app name instead of core
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 12, 2021
1 parent 1259fa7 commit 542bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/Install/UpdateFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function toSlack($notifiable)
protected function getAliasName()
{
if ($this->event->alias == 'core') {
return ucfirst($this->event->alias);
return config('app.name');
}

$module = module($this->event->alias);
Expand Down

0 comments on commit 542bc34

Please sign in to comment.