@@ -126,7 +126,7 @@ |
||
| 126 | 126 | public function clearSession(string $byContainer = null) : void |
| 127 | 127 | { |
| 128 | 128 | (new Container())->getManager() |
| 129 | - ->getStorage() |
|
| 130 | - ->clear($byContainer); |
|
| 129 | + ->getStorage() |
|
| 130 | + ->clear($byContainer); |
|
| 131 | 131 | } |
| 132 | 132 | } |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | 'ViewJsonStrategy', |
| 64 | 64 | ], |
| 65 | 65 | 'template_path_stack' => [ |
| 66 | - 'zend-developer-tools' => __DIR__ . '/../view', |
|
| 66 | + 'zend-developer-tools' => __DIR__.'/../view', |
|
| 67 | 67 | ], |
| 68 | 68 | ], |
| 69 | 69 | |