Skip to content

Commit 108d6f7

Browse files
committed
Merge remote-tracking branch 'origin/sql-injection-fix-mysql-5.6' into sql-injection-fix-mysql-5.6
2 parents 925dc5f + 0978369 commit 108d6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Eloquent/SpatialTrait.php

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function isColumnAllowed($geometryColumn)
115115
if (!in_array($geometryColumn, $this->getSpatialFields())) {
116116
throw new SpatialFieldsNotDefinedException();
117117
}
118+
118119
return true;
119120
}
120121

0 commit comments

Comments
 (0)