Skip to content

Commit

Permalink
Merge pull request #38 from rpouls/patch-1
Browse files Browse the repository at this point in the history
Fixed exception when creating a resource controller
  • Loading branch information
mtolhuys authored Mar 21, 2020
2 parents a303dee + 1a8bf3e commit c69a2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Actions/Resource/CreateResourceControllerAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function execute($request)
'name' => $name,
'--resource' => true,
'--model' => config('schematics.model.namespace').$model,
'--quiet',
]);

return Artisan::output();
Expand Down

0 comments on commit c69a2e8

Please sign in to comment.