Skip to content

Commit

Permalink
Merge pull request #44 from mortenscheel/patch-2
Browse files Browse the repository at this point in the history
Fix paths on Windows
  • Loading branch information
lorisleiva authored Jun 10, 2020
2 parents 26d86c4 + 667fe74 commit bccbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ActionManager
*/
public function __construct()
{
$this->paths('app/Actions');
$this->paths('app'.DIRECTORY_SEPARATOR.'Actions');
$this->registeredActions = collect();
}

Expand Down

0 comments on commit bccbc78

Please sign in to comment.