Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Jul 8, 2024
1 parent d28bc76 commit 2e7699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Recorders/ServersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 2e7699a

Please sign in to comment.