@@ -50,6 +50,9 @@ |
||
50 | 50 | return $this->render($this->getOrientationStorage()); |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @return string |
|
55 | + */ |
|
53 | 56 | public function getOrientationStorage() |
54 | 57 | { |
55 | 58 | return OrientationStorage::instantiate()->get(Yii::$app->controller->getRoute()); |