We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1520f30 commit e0df5f2Copy full SHA for e0df5f2
1 file changed
system/HTTP/CLIRequest.php
@@ -71,6 +71,9 @@ public function __construct(App $config)
71
ignore_user_abort(true);
72
73
$this->parseCommand();
74
+
75
+ // Set SiteURI for this request
76
+ $this->uri = new SiteURI($config, $this->getPath());
77
}
78
79
/**
0 commit comments