eee
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ class SqlBuilder extends Component
|
|||||||
public function one(): string
|
public function one(): string
|
||||||
{
|
{
|
||||||
$this->query->offset(0)->limit(1);
|
$this->query->offset(0)->limit(1);
|
||||||
return join(' ', [$this->makeSelect($this->query), $this->make(), $this->makeLimit()]);
|
return $this->all();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user