Skip to content

Commit

Permalink
chore: Remove unused Html dependency and update WireUseServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Jul 16, 2024
1 parent b07664f commit 1795d67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/WireUseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Foxws\WireUse;

use Spatie\Html\Html;
use Spatie\LaravelPackageTools\Commands\InstallCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
Expand Down Expand Up @@ -41,10 +40,6 @@ protected function registerFeatures(): static

protected function registerMixins(): static
{
if (! class_exists(Html::class)) {
return $this;
}

foreach (config('wireuse.html.mixins', []) as $element => $mixin) {
$element::mixin(new $mixin);
}
Expand Down

0 comments on commit 1795d67

Please sign in to comment.