Skip to content

Commit 2827313

Browse files
StyleCI
1 parent eef7fa2 commit 2827313

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Eloquent/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ protected function cleanBindings(array $bindings)
1414

1515
return parent::cleanBindings($bindings);
1616
}
17-
}
17+
}

src/Eloquent/SpatialExpression.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ public function getSpatialValue()
1515
{
1616
return $this->value->toWkt();
1717
}
18-
1918
}

0 commit comments

Comments
 (0)