Beispiel #1
0
 public function showWorkspaces(ShowWorkspacesEvent $event)
 {
     $event->setWorkspaces(Workspaces::fetchByRole($this->authChecker));
     $event->setActive(Workspaces::get($this->workspaceSource->getWorkspace()->getKey()));
 }