@@ -65,8 +65,9 @@ |
||
| 65 | 65 | public function compile($value) |
| 66 | 66 | { |
| 67 | 67 | // Only continue is laravel-shortcodes have been registered |
| 68 | - if (!$this->enabled || !$this->hasShortcodes()) |
|
| 69 | - return $value; |
|
| 68 | + if (!$this->enabled || !$this->hasShortcodes()) { |
|
| 69 | + return $value; |
|
| 70 | + } |
|
| 70 | 71 | // Set empty result |
| 71 | 72 | $result = ''; |
| 72 | 73 | // Here we will loop through all of the tokens returned by the Zend lexer and |