From b1f0b8e4f82b5188270014d7b4b1a7efa39e4dbb Mon Sep 17 00:00:00 2001 From: Hariadi Hinta Date: Tue, 28 Nov 2017 09:53:25 +0800 Subject: [PATCH] Update stub --- src/Commands/stubs/model.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/stubs/model.stub b/src/Commands/stubs/model.stub index 67537f6..4dea9d2 100644 --- a/src/Commands/stubs/model.stub +++ b/src/Commands/stubs/model.stub @@ -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;