@@ -113,7 +113,7 @@ |
||
| 113 | 113 | return $this->container[$path . ':content']; |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | - /** |
|
| 116 | + /** |
|
| 117 | 117 | * Generate full path to the given path |
| 118 | 118 | * |
| 119 | 119 | * @param string $path |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | $this->container[$key] = $value; |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | - /** |
|
| 120 | + /** |
|
| 121 | 121 | * Get shared value |
| 122 | 122 | * |
| 123 | 123 | * @param string $key |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @var \System\Application |
| 11 | 11 | */ |
| 12 | - protected $app; |
|
| 12 | + protected $app; |
|
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Constructor |