FIX joins
This commit is contained in:
@ -107,10 +107,6 @@ abstract class Select extends Query implements SelectInterface
|
||||
{
|
||||
$str = [];
|
||||
foreach ($this->getJoins() as $i => $join) {
|
||||
if ($i === 0) {
|
||||
$str []= $join;
|
||||
continue;
|
||||
}
|
||||
if (!str_contains(strtolower($join), 'join')) {
|
||||
$str []= "JOIN {$join}";
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user