Skip to content

Commit

Permalink
🍾 Init
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 1, 2024
1 parent b5c1e66 commit 8ade613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Infolists/Popover.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ class Popover extends Entry
use HasIcon;
use HasPopover;

protected string $view = 'zeus::popover';
protected string $view = 'zeus-popover::popover';
}
2 changes: 1 addition & 1 deletion src/Tables/Popover.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Popover extends Column
use Concerns\HasIcon;
use HasPopover;

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

protected function setUp(): void
{
Expand Down

0 comments on commit 8ade613

Please sign in to comment.