eee
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ class SqlBuilder extends Component
|
|||||||
*/
|
*/
|
||||||
public function all(): string
|
public function all(): string
|
||||||
{
|
{
|
||||||
return $this->makeSelect($this->query->from) . ' ' . $this->make() . ' ' . $this->makeLimit();
|
return $this->makeSelect($this->query->select) . ' ' . $this->make() . ' ' . $this->makeLimit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user