mikebronner/laravel-model-caching

Fix Deprecation message for php 8.4

Closed this issue · 0 comments

"
PHP message: PHP Deprecated: GeneaLabs\LaravelModelCaching\Traits\ModelCaching::scopeWithCacheCooldownSeconds(): Implicitly marking parameter $seconds as nullable is deprecated, the explicit nullable type must be used instead in /var/www/app/vendor/genealabs/laravel-model-caching/src/Traits/ModelCaching.php on line 161;
"

"
PHP message: PHP Deprecated: GeneaLabs\LaravelModelCaching\Traits\BuilderCaching::withoutGlobalScopes(): Implicitly marking parameter $scopes as nullable is deprecated, the explicit nullable type must be used instead in /var/www/app/vendor/genealabs/laravel-model-caching/src/Traits/BuilderCaching.php on line 34;
"