mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Fix Code style.
This commit is contained in:
@@ -44,7 +44,7 @@ class MarkerModel extends AbstractActiveModel
|
||||
public static function findByFilter($pid, ?Filter $filter = null)
|
||||
{
|
||||
if (!$filter) {
|
||||
$table = static::getTable();
|
||||
$table = static::getTable();
|
||||
|
||||
return static::findBy(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user