@@ -103,7 +103,7 @@ |
||
| 103 | 103 | |
| 104 | 104 | public function setSlug($slug, $force = false) |
| 105 | 105 | { |
| 106 | - if ($force===true) { |
|
| 106 | + if ($force === true) { |
|
| 107 | 107 | $this->slug = $slug; |
| 108 | 108 | return $this; |
| 109 | 109 | } |