Skip to content

Commit

Permalink
Merge pull request #108 from andrewdwallo/development
Browse files Browse the repository at this point in the history
Fix component not found bug
  • Loading branch information
andrewdwallo authored Dec 5, 2023
2 parents ad816ae + 0719235 commit 25b1dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentCompaniesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public function boot(): void

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

$this->configureComponents();
$this->configurePublishing();
$this->configureRoutes();
$this->configureCommands();
$this->configureComponents();
}

/**
Expand Down

0 comments on commit 25b1dc5

Please sign in to comment.