Skip to content

Commit

Permalink
The path of stub is corrected (backslashes are replaced with slashes).
Browse files Browse the repository at this point in the history
  • Loading branch information
alenoosh committed Mar 14, 2015
1 parent 967c9ef commit ce2a296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/Commands/CreateModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CreateModelCommand extends GeneratorCommand {
*/
protected function getStub()
{
return base_path().'\vendor\serverfireteam\panel\src\Serverfireteam\Panel\stubs\model.stub';
return base_path().'/vendor/serverfireteam/panel/src/Serverfireteam/Panel/stubs/model.stub';
}

/**
Expand Down

0 comments on commit ce2a296

Please sign in to comment.