@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $postSlug = $this->request->getData("postSlug"); |
| 27 | 27 | |
| 28 | 28 | $data = false; |
| 29 | - if($this->isAlphaNum($postSlug)) |
|
| 29 | + if ($this->isAlphaNum($postSlug)) |
|
| 30 | 30 | { |
| 31 | 31 | $slugModel = new SlugModel($this->container); |
| 32 | 32 | |