Skip to content

Commit

Permalink
Merge pull request #26 from rvzug/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Jul 11, 2024
2 parents 5596fae + 17c1268 commit d4c7c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelArchivableServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function configureMacros()
});

Blueprint::macro('dropArchivedAt', function ($column = 'archived_at') {
return $this->drop($column);
return $this->dropColumn($column);
});
}

Expand Down

0 comments on commit d4c7c46

Please sign in to comment.