Skip to content

Commit

Permalink
Update PopoverEntry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 8, 2024
1 parent b3c5c82 commit 52195aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Infolists/PopoverEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace LaraZeus\Popover\Infolists;

use Filament\Infolists\Components\Concerns\CanFormatState;
use Filament\Infolists\Components\Concerns\HasIcon;
use Filament\Infolists\Components\Entry;
use LaraZeus\Popover\Concerns\HasPopover;
Expand All @@ -10,6 +11,7 @@ class PopoverEntry extends Entry
{
use HasIcon;
use HasPopover;
use CanFormatState;

protected string $view = 'zeus-popover::popover-entry';
}

0 comments on commit 52195aa

Please sign in to comment.