Skip to content

Commit 33e22d9

Browse files
committed
merge
1 parent 36b61f8 commit 33e22d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/Database/Commands/MakeMigrationCommandTest.php

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

77
use PHPUnit\Framework\Attributes\DataProvider;
88
use PHPUnit\Framework\Attributes\Test;
9-
use Tempest\Core\ComposerNamespace;
9+
use Tempest\Support\Namespace\Psr4Namespace;
1010
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
1111

1212
/**
@@ -20,7 +20,7 @@ protected function setUp(): void
2020

2121
$this->installer->configure(
2222
__DIR__ . '/install',
23-
new ComposerNamespace('App\\', __DIR__ . '/install/App'),
23+
new Psr4Namespace('App\\', __DIR__ . '/install/App'),
2424
);
2525
}
2626

0 commit comments

Comments
 (0)