Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Use filament/filament version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAbabakr committed Jan 30, 2024
1 parent 2591e4f commit ceac995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function packageBooted(): void

foreach ($this->getResources() as $resource) {
foreach ($resource::getPages() as $page) {
Livewire::component($page['class']::getName(), $page['class']);
Livewire::component($page->class::getName(), $page->class);
}

foreach ($resource::getRelations() as $relation) {
Expand Down

0 comments on commit ceac995

Please sign in to comment.