Skip to content

Commit eb1a952

Browse files
committed
fix: Services::request() should call AppServices instead static
1 parent da0bddf commit eb1a952

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)