Skip to content

Commit bb7229b

Browse files
committed
fix: add missing argument
1 parent 9751854 commit bb7229b

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
@@ -690,7 +690,7 @@ public static function session(?App $config = null, bool $getShared = true)
690690
public static function siteurifactory(?array $server = null, ?App $config = null, bool $getShared = true)
691691
{
692692
if ($getShared) {
693-
return static::getSharedInstance('siteurifactory', $config);
693+
return static::getSharedInstance('siteurifactory', $server, $config);
694694
}
695695

696696
$config ??= config('App');

0 commit comments

Comments
 (0)