Skip to content

Commit

Permalink
Merge pull request #533 from hydephp/update-namespaces
Browse files Browse the repository at this point in the history
Breaking move of general helper models into a new Models\Support namespace hydephp/develop@246ca55
  • Loading branch information
github-actions committed Sep 15, 2022
1 parent 7a26e87 commit e8bcab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Hyde\Framework\Concerns\HydePage;
use Hyde\Framework\Hyde;
use Hyde\Framework\Models\Pages\MarkdownPage;
use Hyde\Framework\Models\Route;
use Hyde\Framework\Models\Support\Route;
use LaravelZero\Framework\Testing\TestCase as BaseTestCase;

require_once __DIR__.'/helpers.php';
Expand Down

0 comments on commit e8bcab7

Please sign in to comment.