Skip to content

Commit

Permalink
Update Conditional classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stone committed Apr 22, 2021
1 parent ea19f93 commit 9f87f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/QEqual.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ObjectSql;

class QConditionEqual extends QCondition
class QEqual extends QCondition
{
public function __construct(string $column, $value)
{
Expand Down
2 changes: 1 addition & 1 deletion src/QIn.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ObjectSql;

class QConditionIn extends QCondition
class QIn extends QCondition
{
protected $column;

Expand Down

0 comments on commit 9f87f6a

Please sign in to comment.