Skip to content

Commit 9ae7f43

Browse files
committed
refactor: update param name
1 parent 4d5e012 commit 9ae7f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Test/Interfaces/FabricatorModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function find($id = null);
5151
*
5252
* @throws ReflectionException
5353
*/
54-
public function insert($data = null, bool $returnID = true);
54+
public function insert($row = null, bool $returnID = true);
5555

5656
/**
5757
* The following properties and methods are optional, but if present should

0 commit comments

Comments
 (0)