Completed
Push — master ( c73ed2...8e1c61 )
by Arjay
01:57
created
src/Engines/CollectionEngine.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
      * CollectionEngine constructor.
34 34
      *
35 35
      * @param \Illuminate\Support\Collection $collection
36
-     * @param \Yajra\Datatables\Request      $request
37 36
      */
38 37
     public function __construct(Collection $collection)
39 38
     {
Please login to merge, or discard this patch.
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(app('datatables.request'));
68 68
         });
69 69
 
Please login to merge, or discard this patch.