Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update Query.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Apr 20, 2017
1 parent 5105501 commit 078d7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Queries/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function find($asObject = true)
/**
* @param array|boolean $preload
*
* @return array|Entity
* @return null|array|Entity
*/
public function findOne($preload = [])
{
Expand Down Expand Up @@ -149,4 +149,4 @@ public function findOne($preload = [])
return parent::findOne();
}

}
}

0 comments on commit 078d7e1

Please sign in to comment.