Skip to content

Commit

Permalink
remove unused views configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrzelak committed Jul 4, 2024
1 parent ad7609c commit 4265609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LaravelFormServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class LaravelFormServiceProvider extends PackageServiceProvider
public function configurePackage(Package $package): void
{
$package->name('laravel-form')
->hasConfigFile('laravel-form')
->hasViews('laravel-form');
->hasConfigFile('laravel-form');
}
}

0 comments on commit 4265609

Please sign in to comment.