Skip to content

Commit c9915b3

Browse files
committed
fix: use default Eloquent model path in model
1 parent 4a08c7e commit c9915b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/model/model.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace $NAMESPACE_MODEL$;
44

5-
use $NAMESPACE_MODEL_EXTEND$ as Model;
5+
use Illuminate\Database\Eloquent\Model;
66
$SOFT_DELETE_IMPORT$
77
$HAS_FACTORY_IMPORT$
88

0 commit comments

Comments
 (0)