Skip to content

Commit

Permalink
Updates code style on ControllerMakeCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
OzairP committed Feb 3, 2018
1 parent 7bcba21 commit 8628885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Console/ControllerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function getStub()

$stub = $stub ?? '/stubs/controller.plain.stub';

return __DIR__ . $stub;
return __DIR__.$stub;
}

/**
Expand Down

0 comments on commit 8628885

Please sign in to comment.