Skip to content

Commit

Permalink
Update CascadeDeletesExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Feb 16, 2017
1 parent 284e64e commit c24cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CascadeDeletesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function getDeletedAtColumn($builder)
}
}

public function remove(Builder $builder, Model $model)
public function remove(Builder $builder, Eloquent $model)
{
//
}
Expand Down

0 comments on commit c24cc61

Please sign in to comment.