Skip to content

Commit 910f404

Browse files
author
Jan Staněk
authored
Merge pull request #477 from jan-stanek/oprava-test-role
oprava testu role
2 parents d425ce5 + 4223a5b commit 910f404

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/AdminModule/presenters/AclPresenter.php

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use App\AdminModule\Forms\EditRoleForm;
88
use App\Model\ACL\Permission;
99
use App\Model\ACL\Resource;
10+
use App\Services\Authenticator;
1011
use Nette\Forms\Form;
1112

1213

@@ -36,6 +37,12 @@ class AclPresenter extends AdminBasePresenter
3637
*/
3738
public $rolesGridControlFactory;
3839

40+
/**
41+
* @var Authenticator
42+
* @inject
43+
*/
44+
public $authenticator;
45+
3946

4047
/**
4148
* @throws \Nette\Application\AbortException

0 commit comments

Comments
 (0)