Skip to content

Commit

Permalink
fix: issue with Filament specific components not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdwallo committed Mar 18, 2023
1 parent c4ceb75 commit cd71853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FilamentCompaniesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ public function boot(): void

$this->loadTranslationsFrom(__DIR__.'/../lang', 'filament-companies');

foreach ($this->getPages() as $page) {
Livewire::component($page::getName(), $page);
}

Fortify::viewPrefix('filament-companies::auth.');

// $this->configureComponents();
Expand Down

0 comments on commit cd71853

Please sign in to comment.