You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->dispatcher->notify(newsfEvent($this, 'application.log', [sprintf('Change template to "%s/%s"', $module ??'CURRENT', $name)]));
426
426
}
427
427
428
428
if (null !== $module) {
@@ -508,6 +508,6 @@ public function getRoute()
508
508
*/
509
509
protectedfunctionget404Message($message = null)
510
510
{
511
-
returnnull === $message ? sprintf('This request has been forwarded to a 404 error page by the action "%s/%s".', $this->getModuleName(), $this->getActionName()) : $message;
511
+
return$message ??sprintf('This request has been forwarded to a 404 error page by the action "%s/%s".', $this->getModuleName(), $this->getActionName());
0 commit comments