We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d2f9a commit 31da910Copy full SHA for 31da910
tests/TestCase.php
@@ -47,7 +47,7 @@ public function getEnvironmentSetUp($app)
47
collect($migrations)->each(fn ($path) => $path->up());
48
}
49
50
- private function registerLivewireComponents():self
+ private function registerLivewireComponents(): self
51
{
52
Livewire::component('csv-importer', CsvImporter::class);
53
Livewire::component('handle-imports', HandleImports::class);
0 commit comments