Spacing fix

This commit is contained in:
Dennis Eichhorn 2017-12-30 11:47:58 +01:00
parent dc76392b07
commit 4320aea767

View File

@ -328,7 +328,7 @@ class DataMapperAbstract implements DataMapperInterface
$query->where(static::$table . '.' . $col['name'], 'LIKE', '%' . $search . '%', 'OR');
}
}
return static::getAllByQuery($query);
}