Skip to content

Commit f631b6b

Browse files
committed
Merge branch 'mpociot-patch-1'
2 parents 54a1b9b + 710303a commit f631b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Baum/SetValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function validateBounds() {
7171
$qualifiedRgtCol >= parent.$rgtCol)))";
7272

7373
$query = $this->node->newQuery()
74-
->join($connection->raw($grammar->wrap($tableName).' AS parent'),
74+
->join($connection->raw($grammar->wrapTable($tableName).' AS parent'),
7575
$parentColumn, '=', $connection->raw('parent.'.$grammar->wrap($primaryKeyName)),
7676
'left outer')
7777
->whereRaw($whereStm);

0 commit comments

Comments
 (0)