diff options
Diffstat (limited to 'src/Search/SQLSearchExpr.php')
-rw-r--r-- | src/Search/SQLSearchExpr.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Search/SQLSearchExpr.php b/src/Search/SQLSearchExpr.php new file mode 100644 index 0000000..76306ce --- /dev/null +++ b/src/Search/SQLSearchExpr.php @@ -0,0 +1,11 @@ +<?php + + +namespace Micropoly\Search; + + +class SQLSearchExpr +{ + public string $sql; + public array $bindings = []; +}
\ No newline at end of file |