Skip to content

Commit

Permalink
fix: change old html package to new in Admin.php
Browse files Browse the repository at this point in the history
fix: change old html package to new in Admin.php
  • Loading branch information
mops1936 authored Apr 9, 2024
1 parent cef4c8c commit 56d44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace SleepingOwl\Admin;

use Closure;
use Collective\Html\HtmlServiceProvider;
use Spatie\Html\HtmlServiceProvider;
use Illuminate\Config\Repository as ConfigRepository;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\Support\Renderable;
Expand Down

0 comments on commit 56d44ec

Please sign in to comment.