Skip to content

Commit

Permalink
Fix scope namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed Jun 2, 2017
1 parent 9883f65 commit b1fdf59
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 @@ -3,7 +3,7 @@
namespace {{namespace}};

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

Expand Down

0 comments on commit b1fdf59

Please sign in to comment.