Skip to content

Commit 524ec24

Browse files
committed
[FIX] Console error if empty $url.
1 parent 1407515 commit 524ec24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function getDefaultInputDefinition(): \Symfony\Component\Console\Input
3737

3838
private function SetRequestForConsole()
3939
{
40-
$uri = evo()->getConfig('site_url');
40+
$uri = evo()->getConfig('site_url', '');
4141

4242
$components = parse_url($uri);
4343

0 commit comments

Comments
 (0)