@@ -184,6 +184,9 @@ |
||
| 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))) { |