diff --git a/system/Config/Services.php b/system/Config/Services.php index 10972bd84ff0..5ffb9e049c46 100644 --- a/system/Config/Services.php +++ b/system/Config/Services.php @@ -521,7 +521,7 @@ public static function request(?App $config = null, bool $getShared = true) } // @TODO remove the following code for backward compatibility - return static::incomingrequest($config, $getShared); + return AppServices::incomingrequest($config, $getShared); } /**