Skip to content

Commit

Permalink
Merge pull request #962 from DaviMenezes/patch-1
Browse files Browse the repository at this point in the history
Need to override the method
  • Loading branch information
nWidart authored Apr 16, 2020
2 parents 26573b8 + e715905 commit 7460cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ControllerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function getDefaultNamespace() : string
* Get the stub file name based on the options
* @return string
*/
private function getStubName()
protected function getStubName()
{
if ($this->option('plain') === true) {
$stub = '/controller-plain.stub';
Expand Down

0 comments on commit 7460cb0

Please sign in to comment.