diff --git a/tests/Features/TenantConfigTest.php b/tests/Features/TenantConfigTest.php index 4e2405be..db8fcaf3 100644 --- a/tests/Features/TenantConfigTest.php +++ b/tests/Features/TenantConfigTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Stancl\Tenancy\Tests\Feature; +namespace Stancl\Tenancy\Tests\Features; use Stancl\Tenancy\Tests\TestCase; diff --git a/tests/Features/TimestampTest.php b/tests/Features/TimestampTest.php index 1b6c1a81..25cb1017 100644 --- a/tests/Features/TimestampTest.php +++ b/tests/Features/TimestampTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Stancl\Tenancy\Tests\Feature; +namespace Stancl\Tenancy\Tests\Features; use Stancl\Tenancy\Features\Timestamps; use Stancl\Tenancy\Tenant; diff --git a/tests/RedirectTest.php b/tests/RedirectTest.php index 8d623c4c..d96139c0 100644 --- a/tests/RedirectTest.php +++ b/tests/RedirectTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Stancl\Tenancy\Tests\Feature; +namespace Stancl\Tenancy\Tests; use Route; use Stancl\Tenancy\Tenant;