Skip to content

Commit

Permalink
Forgot Widget use
Browse files Browse the repository at this point in the history
  • Loading branch information
schmeits committed Jun 21, 2024
1 parent 1906e84 commit 9d0657c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Enums/UmamiWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

namespace Schmeits\FilamentUmami\Enums;

interface UmamiWidget {}
interface UmamiWidget
{
}
4 changes: 3 additions & 1 deletion src/FilamentUmamiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public function configurePackage(Package $package): void
}
}

public function packageRegistered(): void {}
public function packageRegistered(): void
{
}

public function packageBooted(): void
{
Expand Down
1 change: 1 addition & 0 deletions src/WidgetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Schmeits\FilamentUmami;

use Filament\Widgets\Widget;
use Filament\Widgets\WidgetConfiguration;
use Livewire\Livewire;
use Livewire\Mechanisms\ComponentRegistry;
Expand Down

0 comments on commit 9d0657c

Please sign in to comment.