Skip to content

Commit

Permalink
console commands fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Nov 7, 2018
1 parent 4c9fc62 commit 62f4042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/Error403ViewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function handle()
}

(new Filesystem)->copyDirectory(
__DIR__ . '/stubs/403',
__DIR__ . '/../stubs/403',
$this->viewsPath()
);

Expand Down
2 changes: 1 addition & 1 deletion src/commands/Error404ViewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function handle()
}

(new Filesystem)->copyDirectory(
__DIR__ . '/stubs/404',
__DIR__ . '/../stubs/404',
$this->viewsPath()
);

Expand Down

0 comments on commit 62f4042

Please sign in to comment.