Skip to content

Commit

Permalink
Instanciate self
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 12, 2018
1 parent 8c16a20 commit 3fd15f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ final class RowNumberOverFunctionNotEnabled extends \Exception implements ORMExc
{
public static function create()
{
throw new ORMException('The RowNumberOverFunction is not intended for, nor is it enabled for use in DQL.');
return new self('The RowNumberOverFunction is not intended for, nor is it enabled for use in DQL.');
}
}

0 comments on commit 3fd15f0

Please sign in to comment.