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.
1 parent abf084a commit 1dffd55Copy full SHA for 1dffd55
src/Controllers/ActionController.php
@@ -15,7 +15,7 @@
15
class ActionController extends BaseController
16
{
17
protected ?ActionInterface $action = null;
18
- protected $helpers = ['setting'];
+ protected $helpers = ['setting'];
19
20
/**
21
* Perform an initial check if we have a valid action or not.
0 commit comments