@@ -135,7 +135,7 @@ |
||
135 | 135 | public function clearSession($byContainer = null) |
136 | 136 | { |
137 | 137 | (new Container())->getManager() |
138 | - ->getStorage() |
|
139 | - ->clear($byContainer); |
|
138 | + ->getStorage() |
|
139 | + ->clear($byContainer); |
|
140 | 140 | } |
141 | 141 | } |