We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e270b3 + d141181 commit 7f4a304Copy full SHA for 7f4a304
src/Cache/CacheServiceProvider.php
@@ -15,7 +15,7 @@ final class CacheServiceProvider extends ServiceProvider
15
public function register(): void
16
{
17
$this->app->booting(static function (): void {
18
- Cache::extend('roadrunner', static function () {
+ Cache::extend('roadrunner', function () {
19
$env = Environment::fromGlobals();
20
$factory = new Factory(RPC::create($env->getRPCAddress()));
21
0 commit comments