File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77use Livewire \Livewire ;
88
99if (! function_exists ('\Cheesegrits\FilamentGoogleMaps\Tests\livewire ' )) {
10- function livewire (string | Component $ component , array $ props = []): Testable
10+ function livewire (string | Component $ component , array $ props = []): Testable
1111 {
1212 return Livewire::test ($ component , $ props );
1313 }
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class TestComponentWithGeocodeOnLoad extends Livewire
101101 public Location $ location ;
102102
103103 public $ data ;
104-
104+
105105 public Location $ record ;
106106
107107 public function mount ($ id ): void
@@ -149,7 +149,7 @@ class TestComponentWithoutGeocodeOnLoad extends Livewire
149149 public Location $ location ;
150150
151151 public $ data ;
152-
152+
153153 public Location $ record ;
154154
155155 public function mount ($ id ): void
You can’t perform that action at this time.
0 commit comments