Skip to content

Commit 5eefbec

Browse files
authored
Merge pull request #7443 from kenjis/fix-make-model-insertID
fix: remove $insertID in make:model template
2 parents 3204095 + 7f60311 commit 5eefbec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/Commands/Generators/Views/model.tpl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class {class} extends Model
1010
protected $table = '{table}';
1111
protected $primaryKey = 'id';
1212
protected $useAutoIncrement = true;
13-
protected $insertID = 0;
1413
protected $returnType = {return};
1514
protected $useSoftDeletes = false;
1615
protected $protectFields = true;

0 commit comments

Comments
 (0)