Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hariadi/laravel-boilerplate-gener…
Browse files Browse the repository at this point in the history
…ator

* 'master' of github.com:hariadi/laravel-boilerplate-generator:
  Update stub
  • Loading branch information
hariadi committed Dec 24, 2018
2 parents ffe5786 + b1f0b8e commit 16ca831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/model.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace {{namespace}};

use Illuminate\Database\Eloquent\Model;
use {{namespace}}\Traits\Scope\{{class}}Scope;
use {{namespace}}\Traits\Attribute\{{class}}Method;
use {{namespace}}\Traits\Method\{{class}}Method;
use {{namespace}}\Traits\Attribute\{{class}}Attribute;
use {{namespace}}\Traits\Relationship\{{class}}Relationship;

Expand Down

0 comments on commit 16ca831

Please sign in to comment.