Skip to content

Commit

Permalink
wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Berenyi committed Sep 14, 2017
1 parent 681912a commit c860d61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Manipulation/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
*/
class Select extends AbstractBaseQuery
{
const WILDCARD_NONE = 0;
const WILDCARD_FRONT = 1;
const WILDCARD_BACK = 2;
const WILDCARD_BOTH = 3;

/**
* @var Table
*/
Expand Down

0 comments on commit c860d61

Please sign in to comment.