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.
2 parents 3204095 + 7f60311 commit 5eefbecCopy full SHA for 5eefbec
system/Commands/Generators/Views/model.tpl.php
@@ -10,7 +10,6 @@ class {class} extends Model
10
protected $table = '{table}';
11
protected $primaryKey = 'id';
12
protected $useAutoIncrement = true;
13
- protected $insertID = 0;
14
protected $returnType = {return};
15
protected $useSoftDeletes = false;
16
protected $protectFields = true;
0 commit comments