Skip to content

Commit 31da910

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 56d2f9a commit 31da910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getEnvironmentSetUp($app)
4747
collect($migrations)->each(fn ($path) => $path->up());
4848
}
4949

50-
private function registerLivewireComponents():self
50+
private function registerLivewireComponents(): self
5151
{
5252
Livewire::component('csv-importer', CsvImporter::class);
5353
Livewire::component('handle-imports', HandleImports::class);

0 commit comments

Comments
 (0)