resolve deprecation error
This commit is contained in:
@@ -266,7 +266,8 @@ class Pancake_Exceptions extends CI_Exceptions {
|
|||||||
|
|
||||||
# Ignore known deprecation notices:
|
# Ignore known deprecation notices:
|
||||||
$known_deprecated_vendor_folders = [
|
$known_deprecated_vendor_folders = [
|
||||||
"google/apiclient"
|
"google/apiclient",
|
||||||
|
"nesbot"
|
||||||
];
|
];
|
||||||
if ($code === E_DEPRECATED) {
|
if ($code === E_DEPRECATED) {
|
||||||
foreach ($known_deprecated_vendor_folders as $folder) {
|
foreach ($known_deprecated_vendor_folders as $folder) {
|
||||||
|
|||||||
Reference in New Issue
Block a user