Skip to content

Commit 2f8af9c

Browse files
committed
refactor: add initial value null
1 parent 492cccc commit 2f8af9c

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
@@ -14,7 +14,7 @@
1414
*/
1515
class ActionController extends BaseController
1616
{
17-
protected ?ActionInterface $action;
17+
protected ?ActionInterface $action = null;
1818
protected $helpers = ['setting'];
1919

2020
/**

0 commit comments

Comments
 (0)