fix bugs in BreadcrumbService and Person page
This commit is contained in:
@@ -34,6 +34,7 @@ class ClientDepartmentController extends Controller
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// Кешируем список активных кафедр факультета
|
||||
$departments = Cache::remember(
|
||||
CacheKeys::DEPARTMENTS_PREFIX->value . 'active_' . $faculty->id,
|
||||
|
||||
Reference in New Issue
Block a user