@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | use Core\Controller; |
| 9 | 9 | use Core\Container; |
| 10 | 10 | |
| 11 | -class Post extends Controller{ |
|
| 11 | +class Post extends Controller { |
|
| 12 | 12 | |
| 13 | 13 | protected $siteConfig; |
| 14 | 14 | |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | * @throws \Twig_Error_Runtime |
| 27 | 27 | * @throws \Twig_Error_Syntax |
| 28 | 28 | */ |
| 29 | - public function viewPost($slug){ |
|
| 29 | + public function viewPost($slug) { |
|
| 30 | 30 | |
| 31 | 31 | $tagModel = new TagsModel($this->container); |
| 32 | 32 | $postModel = new PostModel($this->container); |