Completed
Push — master ( 177b43...62f14b )
by Arjay
01:27
created
src/DataTables.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,6 @@
 block discarded – undo
129 129
     /**
130 130
      * DataTables using Collection.
131 131
      *
132
-     * @param \Illuminate\Http\Resources\Json\AnonymousResourceCollection|array $collection
133 132
      * @return DataTableAbstract|ApiResourceDataTable
134 133
      */
135 134
     public function resource($resource)
Please login to merge, or discard this patch.
src/EloquentDataTable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -184,6 +184,9 @@
 block discarded – undo
184 184
         return $table . '.' . $relationColumn;
185 185
     }
186 186
 
187
+    /**
188
+     * @return false|string
189
+     */
187 190
     protected function checkSoftDeletesOnModel($model)
188 191
     {
189 192
         if (in_array('Illuminate\Database\Eloquent\SoftDeletes', class_uses($model))) {
Please login to merge, or discard this patch.