resolve deprecation error

This commit is contained in:
Tim Bendt
2025-11-26 12:58:52 -05:00
parent c380e8ded8
commit 2da033a4a9

View File

@@ -266,7 +266,8 @@ class Pancake_Exceptions extends CI_Exceptions {
# Ignore known deprecation notices:
$known_deprecated_vendor_folders = [
"google/apiclient"
"google/apiclient",
"nesbot"
];
if ($code === E_DEPRECATED) {
foreach ($known_deprecated_vendor_folders as $folder) {