Add dynamic_image_id to guest lane response and streamline department lane image access logic
This commit is contained in:
@@ -141,7 +141,7 @@ class department_lanes_o extends db
|
||||
$department_lanes = self::getFieldsWhere(
|
||||
[
|
||||
'department' => $department_id,
|
||||
'deleted_at' => null
|
||||
'deleted_at' => null,
|
||||
],
|
||||
[
|
||||
'id',
|
||||
|
||||
Reference in New Issue
Block a user