Skip to content

Commit 7f4a304

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3e270b3 + d141181 commit 7f4a304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache/CacheServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class CacheServiceProvider extends ServiceProvider
1515
public function register(): void
1616
{
1717
$this->app->booting(static function (): void {
18-
Cache::extend('roadrunner', static function () {
18+
Cache::extend('roadrunner', function () {
1919
$env = Environment::fromGlobals();
2020
$factory = new Factory(RPC::create($env->getRPCAddress()));
2121

0 commit comments

Comments
 (0)