Skip to content

Commit

Permalink
Merge pull request #477 from jan-stanek/oprava-test-role
Browse files Browse the repository at this point in the history
oprava testu role
  • Loading branch information
Jan Staněk authored Jan 3, 2018
2 parents d425ce5 + 4223a5b commit 910f404
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 910f404

Please sign in to comment.