Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Dec 30, 2021
1 parent 03bc1aa commit 166853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Application/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public static function getRouter($name = null, array $options = array())
throw new InvalidArgumentException('A router name must be set in console application.');
}

// Fallback to site router when console router is fetched
// Fallback to site router when console router is requested
if (Factory::getApplication()->getName() === $name)
{
$name = 'site';
Expand Down

0 comments on commit 166853f

Please sign in to comment.