Skip to content

Commit e3868dc

Browse files
committed
refactor: remove unnecessary auth helper of ActionController
1 parent 66dd73d commit e3868dc

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)