Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jul 15, 2024
1 parent 758b1f7 commit a80b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AttributeTests/ResourceAttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function it_can_register_resource_with_domain_option()
$this->routeRegistrar
->group(
['domain' => 'http://test'],
fn() => $this->routeRegistrar->registerClass(ResourceTestFullController::class)
fn () => $this->routeRegistrar->registerClass(ResourceTestFullController::class)
);

$this
Expand Down

0 comments on commit a80b340

Please sign in to comment.