fix(Connection): add parameter to select() for Laravel 13 compatibility (#54)
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class Connection extends BaseConnection
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
public function select($query, $bindings = [], $useReadPdo = true): array
|
||||
public function select($query, $bindings = [], $useReadPdo = true, array $fetchUsing = []): array
|
||||
{
|
||||
$query = QueryGrammar::prepareParameters($query);
|
||||
return $this->run($query, $bindings, function ($query, $bindings) {
|
||||
|
||||
Reference in New Issue
Block a user