Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ffold

# Conflicts:
#	src/FilamentScaffoldServiceProvider.php
  • Loading branch information
celia514 committed Jul 25, 2024
2 parents 1e93fe2 + 8a78a56 commit ed4cdbe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/FilamentScaffoldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ public function configurePackage(Package $package): void
->hasConfigFile();
}

public function register(): void
{
$this->mergeConfigFrom(
__DIR__.'/../config/filament-scaffold.php', 'filament-scaffold'
);
}

public function boot(): void
{
$this->publishes([
Expand Down

0 comments on commit ed4cdbe

Please sign in to comment.