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 cadc6f8 commit aa66b79Copy full SHA for aa66b79
system/Commands/Generators/Views/model.tpl.php
@@ -17,6 +17,8 @@ class {class} extends Model
17
protected $protectFields = true;
18
protected $allowedFields = [];
19
20
+ protected bool $allowEmptyInserts = false;
21
+
22
// Dates
23
protected $useTimestamps = false;
24
protected $dateFormat = 'datetime';
0 commit comments