Skip to content

Commit

Permalink
Squashed 'src/Pingpong/Modules/' changes from 73fe515..fca0fea
Browse files Browse the repository at this point in the history
fca0fea Fix pingpong-labs/modules#164

git-subtree-dir: src/Pingpong/Modules
git-subtree-split: fca0fea818fa05174c8dee4a9a12d515c9de5543
  • Loading branch information
Gravitano committed Jun 3, 2015
1 parent 6621287 commit 47f83e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/ModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ private function getFillable()
*/
public function getDefaultNamespace()
{
return 'Entities';
return $this->laravel['modules']->config('paths.generator.model');
}
}

0 comments on commit 47f83e0

Please sign in to comment.