Skip to content

Commit

Permalink
Refactor imports to use Support\Facades\Igniter for consistency.
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 28, 2024
1 parent bfc9595 commit 8871d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Igniter\Pages;

use Igniter\Flame\Igniter;
use Igniter\Flame\Support\Facades\Igniter;
use Igniter\Pages\Classes\MenuManager;
use Igniter\Pages\Classes\Page as StaticPage;
use Igniter\Pages\Classes\PageManager;
Expand Down

0 comments on commit 8871d07

Please sign in to comment.