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 7811d2a commit 7f60311Copy full SHA for 7f60311
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