Skip to content

Commit 0cad02f

Browse files
authored
Merge pull request #458 from datamweb/remove-auth-helper-ActionController
refactor: remove unnecessary auth helper of `ActionController`
2 parents 628c0d8 + e3868dc commit 0cad02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/ActionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class ActionController extends BaseController
1919
{
2020
protected ?ActionInterface $action = null;
21-
protected $helpers = ['auth', 'setting'];
21+
protected $helpers = ['setting'];
2222

2323
/**
2424
* Perform an initial check if we have a valid action or not.

0 commit comments

Comments
 (0)