Skip to content

Commit f62e6cf

Browse files
authored
Merge pull request #7985 from pjsde/fix-services-request
fix: Services::request() should call AppServices instead static
2 parents b949a2e + eb1a952 commit f62e6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Config/Services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public static function request(?App $config = null, bool $getShared = true)
521521
}
522522

523523
// @TODO remove the following code for backward compatibility
524-
return static::incomingrequest($config, $getShared);
524+
return AppServices::incomingrequest($config, $getShared);
525525
}
526526

527527
/**

0 commit comments

Comments
 (0)