Skip to content

Commit

Permalink
Unwrap unnecessarily deep unit test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 10, 2024
1 parent 914a10e commit 51d07ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

declare(strict_types=1);

namespace Hyde\Framework\Testing\Unit\Views\Components;
namespace Hyde\Framework\Testing\Unit\Views;

use Hyde\Foundation\Facades\Routes;
use Hyde\Support\Facades\Render;
use Hyde\Testing\TestCase;
use Hyde\Support\Facades\Render;
use Hyde\Foundation\Facades\Routes;
use Illuminate\Support\Facades\Blade;

/**
Expand Down

0 comments on commit 51d07ea

Please sign in to comment.