Skip to content

Commit

Permalink
Fix service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Sep 5, 2023
1 parent 0b3dc24 commit 57328af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BladeMageIconsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

declare(strict_types=1);

namespace BladeUI\Heroicons;
namespace Anodyne\MageIcons;

use BladeUI\Icons\Factory;
use Illuminate\Contracts\Container\Container;
use Illuminate\Support\ServiceProvider;

final class BladeHeroiconsServiceProvider extends ServiceProvider
final class BladeMageIconsServiceProvider extends ServiceProvider
{
public function register(): void
{
Expand Down

0 comments on commit 57328af

Please sign in to comment.