Skip to content

Commit

Permalink
fix: revert breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jun 12, 2024
1 parent c9087e5 commit ad35527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Abstracts/Repositories/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ abstract class Repository extends PrettusRepository implements PrettusCacheable
PrettusCacheableRepository::paginate as cacheablePaginate;
}

public function boot(): void
// TODO: BC: set return type to void
public function boot()
{
parent::boot();

Expand Down

0 comments on commit ad35527

Please sign in to comment.