Skip to content

Commit

Permalink
Update stub
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi authored Nov 28, 2017
1 parent e7c0268 commit b1f0b8e
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 b1f0b8e

Please sign in to comment.