Skip to content

Commit

Permalink
auth/emails directory created
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Sep 29, 2016
1 parent 9821952 commit 4e3a1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Publish/LayoutPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private function createDirectories($viewsPath)
FileUtil::createDirectoryIfNotExist($viewsPath.'auth');

FileUtil::createDirectoryIfNotExist($viewsPath.'auth/passwords');
FileUtil::createDirectoryIfNotExist($viewsPath.'auth/emails');
}

private function getViews()
Expand Down

0 comments on commit 4e3a1e4

Please sign in to comment.