Completed
Pull Request — master (#2184)
by leo
11:57
created
src/AdminServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.