Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Jan 9, 2024
1 parent 56c542c commit 67ca80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tables/PopoverColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

class PopoverColumn extends Column
{
use CanWrap;
use Concerns\HasIcon;
use HasPopover;
use HasDescription;
use CanWrap;
use HasPopover;

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

Expand Down

0 comments on commit 67ca80d

Please sign in to comment.