Ejemplo n.º 1
0
 public function handleAddAdmin($id)
 {
     $this->userRepo->addSystemAdmin($id);
     $this->flashMessage('Admin přidán', 'success');
     $this->redrawControl();
     $this->redrawControl();
 }