File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
tests/Feature/Livewire/Modals Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 55namespace App \Providers ;
66
77use App \View \Composers \CategoriesNavigation ;
8- use Illuminate \Database \Eloquent \Model ;
98use Illuminate \Support \Facades \View ;
109use Illuminate \Support \ServiceProvider ;
1110
@@ -16,10 +15,7 @@ public function register(): void
1615 $ this ->loadViewsComposer ();
1716 }
1817
19- public function boot (): void
20- {
21- Model::preventLazyLoading ();
22- }
18+ public function boot (): void {}
2319
2420 private function loadViewsComposer (): void
2521 {
Original file line number Diff line number Diff line change 77use App \Models \User ;
88use Livewire \Livewire ;
99use Shopper \Core \Enum \AddressType ;
10- use Shopper \Core \Models \Country ;
1110use Shopper \Core \Models \Address ;
11+ use Shopper \Core \Models \Country ;
1212
1313beforeEach (function (): void {
1414 $ this ->user = User::factory ()->create ();
You can’t perform that action at this time.
0 commit comments