Skip to content

Commit 21b01d2

Browse files
committed
Update HungNG_ORM_Model
1 parent 423fe3f commit 21b01d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hungng/HungNG_ORM_Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public function forceFind()
562562
* $this->Model->findOne();
563563
* @throws \Exception
564564
*/
565-
public static function findOne($condition = )
565+
public static function findOne($condition)
566566
{
567567
if ((isset($this))) {
568568
$instance = $this;

0 commit comments

Comments
 (0)