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 44d5e98 commit 7a54b5c
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 @@ -3,7 +3,7 @@
namespace Igniter\Debugbar;

use Barryvdh\Debugbar\Facades\Debugbar;
use Igniter\Flame\Igniter;
use Igniter\Flame\Support\Facades\Igniter;
use Igniter\System\Classes\BaseExtension;
use Igniter\User\Facades\AdminAuth;
use Illuminate\Support\Facades\Event;
Expand Down

0 comments on commit 7a54b5c

Please sign in to comment.