We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ActionController
1 parent 66dd73d commit e3868dcCopy full SHA for e3868dc
src/Controllers/ActionController.php
@@ -18,7 +18,7 @@
18
class ActionController extends BaseController
19
{
20
protected ?ActionInterface $action = null;
21
- protected $helpers = ['auth', 'setting'];
+ protected $helpers = ['setting'];
22
23
/**
24
* Perform an initial check if we have a valid action or not.
0 commit comments