@@ -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(string $slug){ |
|
29 | + public function viewPost(string $slug) { |
|
30 | 30 | |
31 | 31 | $tagModel = new TagsModel($this->container); |
32 | 32 | $postModel = new PostModel($this->container); |
@@ -6,7 +6,7 @@ |
||
6 | 6 | use Core\Controller; |
7 | 7 | use Core\Container; |
8 | 8 | |
9 | -class Tag extends Controller{ |
|
9 | +class Tag extends Controller { |
|
10 | 10 | |
11 | 11 | protected $siteConfig; |
12 | 12 | protected $pagination; |