Fix Code style.

This commit is contained in:
David Molineus
2018-12-07 11:22:16 +01:00
parent 57ba63556a
commit 878492c0b1
2 changed files with 2 additions and 1 deletions

View File

@@ -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(
[