Skip to content

Commit ab7d42b

Browse files
committed
chore: formatting
1 parent 4d851f6 commit ab7d42b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Application/Providers/ApplicationServiceProvider.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ class ApplicationServiceProvider extends ServiceProvider
3838
UserServiceContract::class => UserService::class,
3939
];
4040

41-
public function register(): void
42-
{
43-
// $this->registerSingletons();
44-
45-
}
41+
public function register(): void {}
4642

4743
public function boot(): void
4844
{

tests/Feature/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'name' => 'Muqtadir Khan',
5656
'email' => '[email protected]',
5757
'status' => UserStatus::Suspended->value,
58-
]
58+
],
5959
]);
6060

6161
$this->assertDatabaseHas('users', [

0 commit comments

Comments
 (0)