We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08c7e commit c9915b3Copy full SHA for c9915b3
templates/model/model.stub
@@ -2,7 +2,7 @@
2
3
namespace $NAMESPACE_MODEL$;
4
5
-use $NAMESPACE_MODEL_EXTEND$ as Model;
+use Illuminate\Database\Eloquent\Model;
6
$SOFT_DELETE_IMPORT$
7
$HAS_FACTORY_IMPORT$
8
0 commit comments