Skip to content

Commit

Permalink
Fix typo in HasLink namespace, update Haslink to HasLink
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Jul 3, 2024
1 parent 2122c5f commit bcee0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Infolists/SimpleAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use CodeWithDennis\SimpleAlert\Components\Concerns\HasColor;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasDescription;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasIcon;
use CodeWithDennis\SimpleAlert\Components\Concerns\Haslink;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasLink;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasSimple;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasTitle;
use Filament\Infolists\Components\Entry;
Expand All @@ -15,7 +15,7 @@ class SimpleAlert extends Entry
use HasColor;
use HasDescription;
use HasIcon;
use Haslink;
use HasLink;
use HasSimple;
use HasTitle;

Expand Down

0 comments on commit bcee0c2

Please sign in to comment.