@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | use Psr\Container\ContainerInterface; |
52 | 52 | use Throwable; |
53 | 53 | |
54 | -require_once __DIR__ . '/../../vendor/autoload.php'; |
|
54 | +require_once __DIR__.'/../../vendor/autoload.php'; |
|
55 | 55 | |
56 | 56 | |
57 | 57 | class Application extends App implements IBootstrap { |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | return [ |
140 | 140 | 'id' => self::APP_ID, |
141 | 141 | 'order' => 5, |
142 | - 'href' => $urlGen->linkToRoute(self::APP_ID . '.Navigation.navigate'), |
|
142 | + 'href' => $urlGen->linkToRoute(self::APP_ID.'.Navigation.navigate'), |
|
143 | 143 | 'icon' => $urlGen->imagePath(self::APP_ID, 'fulltextsearch.svg'), |
144 | 144 | 'name' => 'Search' |
145 | 145 | ]; |