|
@@ -209,7 +209,7 @@ class ExternalConsultationLogic extends BaseLogic
|
|
|
public static function selectCache()
|
|
public static function selectCache()
|
|
|
{
|
|
{
|
|
|
$consultation_notific_arr = Cache::store('common_redis')->get('consultation_notific');
|
|
$consultation_notific_arr = Cache::store('common_redis')->get('consultation_notific');
|
|
|
- return count($consultation_notific_arr);
|
|
|
|
|
|
|
+ return count($consultation_notific_arr?:[]);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|