mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +00:00
Spacing fix
This commit is contained in:
parent
dc76392b07
commit
4320aea767
|
|
@ -328,7 +328,7 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
$query->where(static::$table . '.' . $col['name'], 'LIKE', '%' . $search . '%', 'OR');
|
$query->where(static::$table . '.' . $col['name'], 'LIKE', '%' . $search . '%', 'OR');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return static::getAllByQuery($query);
|
return static::getAllByQuery($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user