diff --git a/src/ActionManager.php b/src/ActionManager.php index dcb1946..de7f35d 100644 --- a/src/ActionManager.php +++ b/src/ActionManager.php @@ -22,7 +22,7 @@ class ActionManager */ public function __construct() { - $this->paths('app/Actions'); + $this->paths('app'.DIRECTORY_SEPARATOR.'Actions'); $this->registeredActions = collect(); }