We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad5de7 commit bb44008Copy full SHA for bb44008
src/Mvc/Application.php
@@ -45,6 +45,7 @@ public function __construct( string $Version ="1.0.0", ?ISettingSource $Source =
45
$this->_RoutesPath = '';
46
47
Registry::getInstance()->set( 'BasePath', $this->getBasePath() );
48
+ Registry::getInstance()->set( 'App', $this );
49
50
$RoutesPath = $this->getSetting( 'system', 'routes_path' );
51
if( $RoutesPath )
0 commit comments