@@ -29,7 +29,7 @@ |
||
| 29 | 29 | $deleted = true; |
| 30 | 30 | |
| 31 | 31 | if ($query->clause('where')) {
|
| 32 | - $query->clause('where')->traverse(function ($expression) use (&$deleted) {
|
|
| 32 | + $query->clause('where')->traverse(function($expression) use (&$deleted) {
|
|
| 33 | 33 | if ($expression instanceof Comparison) {
|
| 34 | 34 | if ($expression->getField() === $this->_table->getAlias() . '.' . $this->_config['field']) {
|
| 35 | 35 | $deleted = false; |