You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Howdy,
Looks like with php 8.4, your model is throwing some
PHP Deprecated
messages.The text was updated successfully, but these errors were encountered: