There was an error while loading. Please reload this page.
2 parents cf65b71 + f707aba commit 64b54ccCopy full SHA for 64b54cc
src/Driver/Mysql/Query/MysqlDeleteQuery.php
@@ -8,4 +8,3 @@ class MysqlDeleteQuery extends DeleteQuery
8
{
9
use MysqlClauseSupportTrait;
10
}
11
-
src/RowTrait.php
@@ -106,7 +106,7 @@ public function first(callable $callable = null)
106
107
public function firstWhere($column, $value)
108
109
- return $this->first(function($item) use ($column, $value) {
+ return $this->first(function ($item) use ($column, $value) {
110
return $item[$column] == $value;
111
});
112
0 commit comments