diff options
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r-- | src/Utils/Query.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index 6dfb0e3..3b4db97 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -277,6 +277,7 @@ class Query if (!empty($statement->join)) { $flags['join'] = true; } + return $flags; } |