Completed
Push — master ( bbc994...411481 )
by Arjay
13:21
created
src/EloquentDataTable.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -189,6 +189,11 @@
 block discarded – undo
189 189
         return "{$table}.{$relationColumn}";
190 190
     }
191 191
 
192
+    /**
193
+     * @param \Illuminate\Database\Eloquent\Model $model
194
+     *
195
+     * @return false|string
196
+     */
192 197
     protected function checkSoftDeletesOnModel($model)
193 198
     {
194 199
         if (in_array('Illuminate\Database\Eloquent\SoftDeletes', class_uses($model))) {
Please login to merge, or discard this patch.