@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | //remove default feature of double encoding enable in laravel 5.6 or later. |
71 | 71 | $bladeReflectionClass = new \ReflectionClass('\Illuminate\View\Compilers\BladeCompiler'); |
72 | - if($bladeReflectionClass->hasMethod('withoutDoubleEncoding')){ |
|
72 | + if ($bladeReflectionClass->hasMethod('withoutDoubleEncoding')) { |
|
73 | 73 | Blade::withoutDoubleEncoding(); |
74 | 74 | } |
75 | 75 | } |