Closed
Description
Howdy,
Looks like with php 8.4, your model is throwing some PHP Deprecated
messages.
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::getFromQueryCache(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 72
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::getQueryCacheCallback(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 98
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::getCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 115
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::getCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 115
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::generateCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 131
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::generateCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 131
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::generatePlainCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 150
PHP Deprecated: Rennokki\QueryCache\Traits\QueryCacheModule::generatePlainCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php on line 150
PHP Deprecated: Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::generatePlainCacheKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 15
PHP Deprecated: Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::generatePlainCacheKey(): Implicitly marking parameter $appends as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 15
PHP Deprecated: Rennokki\QueryCache\Contracts\QueryCacheModuleInterface::getQueryCacheCallback(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/rennokki/laravel-eloquent-query-cache/src/Contracts/QueryCacheModuleInterface.php on line 25