Completed
Pull Request — master (#28)
by
unknown
40s
created
src/GridViewServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     private function bootDirectives()
50 50
     {
51
-        Blade::directive('grid', function ($expression) {
51
+        Blade::directive('grid', function($expression) {
52 52
             return "<?php echo grid($expression) ?>";
53 53
         });
54 54
     }
Please login to merge, or discard this patch.