Skip to content

Commit

Permalink
Update Repository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Maras0830 authored Jan 14, 2022
1 parent 0db5fea commit dd71af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function getBy($column, $value, $columns = ['*'])
*/
public function destroy($ids)
{
$result = $this->model->destroy($ids);
$result = $this->model->delete($ids);

$this->resetModel();

Expand Down

0 comments on commit dd71af2

Please sign in to comment.