Skip to content

Commit

Permalink
oprava testu role
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Staněk committed Jan 3, 2018
1 parent 58c1276 commit 4223a5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/AdminModule/presenters/AclPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use App\AdminModule\Forms\EditRoleForm;
use App\Model\ACL\Permission;
use App\Model\ACL\Resource;
use App\Services\Authenticator;
use Nette\Forms\Form;


Expand Down Expand Up @@ -36,6 +37,12 @@ class AclPresenter extends AdminBasePresenter
*/
public $rolesGridControlFactory;

/**
* @var Authenticator
* @inject
*/
public $authenticator;


/**
* @throws \Nette\Application\AbortException
Expand Down

0 comments on commit 4223a5b

Please sign in to comment.