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.
2 parents 174b683 + 31da910 commit cd155d4Copy full SHA for cd155d4
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