Completed
Push — master ( 8e1c61...f483fe )
by Arjay
01:57
created
src/DatatablesServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         });
64 64
 
65 65
         $this->app->alias('datatables', Datatables::class);
66
-        $this->app->singleton('datatables', function() {
66
+        $this->app->singleton('datatables', function () {
67 67
             return new Datatables;
68 68
         });
69 69
 
Please login to merge, or discard this patch.