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

Commit

Permalink
update orm
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Apr 20, 2017
1 parent 078d7e1 commit fcdd695
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 @@ -32,8 +32,8 @@ class Query extends \Deimos\Database\Queries\Query
/**
* Instruction constructor.
*
* @param ORM $orm
* @param string $modelName
* @param ORM $orm
* @param string|array $modelName
*/
public function __construct(ORM $orm, $modelName)
{
Expand Down

0 comments on commit fcdd695

Please sign in to comment.