updated theme, fix deprecations in events dispatching (#1145)
This commit is contained in:
@@ -88,7 +88,7 @@ class DashboardController extends AbstractController
|
||||
$event->addSection($row);
|
||||
}
|
||||
|
||||
$this->eventDispatcher->dispatch($event, DashboardEvent::DASHBOARD);
|
||||
$this->eventDispatcher->dispatch($event);
|
||||
|
||||
$sections = $event->getSections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user