Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ousid authored and github-actions[bot] committed Sep 12, 2022
1 parent 28ed94d commit 82a0bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

return include getcwd() . "/vendor/orchestra/testbench-core/laravel/bootstrap/app.php";
return include getcwd().'/vendor/orchestra/testbench-core/laravel/bootstrap/app.php';
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getEnvironmentSetUp($app)
collect($migrations)->each(fn ($path) => $path->up());
}

private function registerLivewireComponents():self
private function registerLivewireComponents(): self
{
Livewire::component('csv-importer', CsvImporter::class);
Livewire::component('handle-imports', HandleImports::class);
Expand Down

0 comments on commit 82a0bda

Please sign in to comment.