mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
pull
This commit is contained in:
@@ -37,7 +37,7 @@ class EntityModule extends BaseController
|
||||
|
||||
$query = Entity::query();
|
||||
|
||||
if (strlen($name) > 0) {
|
||||
if (strlen($name) > 0) {
|
||||
$query->where('name', 'like', '%' . $name . '%');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user