This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
fusionpbx
/
fusionpbx-framework
mirror of
https://github.com/fusionpbx/fusionpbx-framework.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Cache [Class]: Resolve PHP 8.1 warning on cache() method.
fusionate
2 năm trước cách đây
mục cha
1ae2e2f1cf
commit
435232d5c8
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
resources/classes/cache.php
+ 1
- 1
resources/classes/cache.php
Xem Tập Tin
@@ -87,7 +87,7 @@ class cache {
}
//return result
- return $result;
+ return $result
?? null
;
}
/**