fix error pages (#1209)
This commit is contained in:
@@ -73,7 +73,7 @@ class DashboardSubscriber implements EventSubscriberInterface
|
||||
public static function getSubscribedEvents(): array
|
||||
{
|
||||
return [
|
||||
DashboardEvent::DASHBOARD => ['onDashboardEvent', 100],
|
||||
DashboardEvent::class => ['onDashboardEvent', 100],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user