From 2e7699a602e13bada4c64e3bc7c148ddcaec81bc Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Mon, 8 Jul 2024 15:09:50 +0000 Subject: [PATCH] Fix code styling --- tests/Feature/Recorders/ServersTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Recorders/ServersTest.php b/tests/Feature/Recorders/ServersTest.php index 535230c8..33e36dc0 100644 --- a/tests/Feature/Recorders/ServersTest.php +++ b/tests/Feature/Recorders/ServersTest.php @@ -67,7 +67,7 @@ Pulse::handleExceptionsUsing(function () { // }); - Config::set('pulse.recorders.'.Servers::class . '.directories', ['/', '/nonexistent']); + Config::set('pulse.recorders.'.Servers::class.'.directories', ['/', '/nonexistent']); Date::setTestNow(Date::now()->startOfMinute()); event(new SharedBeat(CarbonImmutable::now(), 'instance-id'));