Skip to content

Commit

Permalink
Update OrmInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Oct 22, 2020
1 parent 0c39123 commit 5bb3274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/int/OrmInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface OrmInterface
* @param OrmQueryInterface $data
* @return mixed
*/
function select(OrmQueryInterface $data)
function select(OrmQueryInterface $data);

/**
* @param OrmQueryInterface $data
Expand Down

0 comments on commit 5bb3274

Please sign in to comment.