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 4d5e012 commit 9ae7f43Copy full SHA for 9ae7f43
system/Test/Interfaces/FabricatorModel.php
@@ -51,7 +51,7 @@ public function find($id = null);
51
*
52
* @throws ReflectionException
53
*/
54
- public function insert($data = null, bool $returnID = true);
+ public function insert($row = null, bool $returnID = true);
55
56
/**
57
* The following properties and methods are optional, but if present should
0 commit comments