Skip to content

Commit 2e7699a

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent d28bc76 commit 2e7699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Recorders/ServersTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Pulse::handleExceptionsUsing(function () {
6868
//
6969
});
70-
Config::set('pulse.recorders.'.Servers::class . '.directories', ['/', '/nonexistent']);
70+
Config::set('pulse.recorders.'.Servers::class.'.directories', ['/', '/nonexistent']);
7171
Date::setTestNow(Date::now()->startOfMinute());
7272

7373
event(new SharedBeat(CarbonImmutable::now(), 'instance-id'));

0 commit comments

Comments
 (0)