Skip to content

Commit 545dc54

Browse files
committed
chore(tests): remove un-used import
1 parent a68aaa6 commit 545dc54

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/Doubles/LiapTestProvider.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Imdhemy\Purchases\Tests\Doubles;
44

5-
use Illuminate\Foundation\Application;
65
use Illuminate\Support\ServiceProvider;
76
use Imdhemy\Purchases\Contracts\UrlGenerator as UrlGeneratorContract;
87
use Imdhemy\Purchases\Services\AppStoreTestNotificationServiceBuilder;
@@ -29,7 +28,11 @@ public function boot(): void
2928
*/
3029
public function register(): void
3130
{
32-
$this->app->bind(UrlGeneratorContract::class, UrlGeneratorDouble::class);
31+
$this->app->bind(
32+
UrlGeneratorContract::class,
33+
UrlGeneratorDouble::class
34+
);
35+
3336
$this->app->bind(
3437
AppStoreTestNotificationServiceBuilder::class,
3538
AppStoreTestNotificationServiceBuilderDouble::class

0 commit comments

Comments
 (0)