We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ed94d commit 82a0bdaCopy full SHA for 82a0bda
bootstrap/app.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-return include getcwd() . "/vendor/orchestra/testbench-core/laravel/bootstrap/app.php";
+return include getcwd().'/vendor/orchestra/testbench-core/laravel/bootstrap/app.php';
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