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 62677d1 + 48786f6 commit d141181Copy full SHA for d141181
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