@@ -21,7 +21,9 @@ |
||
21 | 21 | |
22 | 22 | public function __construct($string = null) |
23 | 23 | { |
24 | - if ($string) $this->string = $string; |
|
24 | + if ($string) { |
|
25 | + $this->string = $string; |
|
26 | + } |
|
25 | 27 | $this->table = config('laravel-grammar.table', 'entries'); |
26 | 28 | } |
27 | 29 |