diff --git a/src/Abstracts/Repositories/Repository.php b/src/Abstracts/Repositories/Repository.php index e212c11a..daa7599b 100644 --- a/src/Abstracts/Repositories/Repository.php +++ b/src/Abstracts/Repositories/Repository.php @@ -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();