Skip to content

Commit

Permalink
Cleanup what we not use
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhazelaar committed Feb 6, 2024
1 parent aad93a2 commit 0961789
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 66 deletions.
19 changes: 0 additions & 19 deletions database/factories/ModelFactory.php

This file was deleted.

19 changes: 0 additions & 19 deletions database/migrations/create_composer_health_table.php.stub

This file was deleted.

Empty file removed resources/views/.gitkeep
Empty file.
19 changes: 0 additions & 19 deletions src/Commands/ComposerHealthCommand.php

This file was deleted.

10 changes: 1 addition & 9 deletions src/ComposerHealthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ class ComposerHealthServiceProvider extends PackageServiceProvider
{
public function configurePackage(Package $package): void
{
/*
* This class is a Package Service Provider
*
* More info: https://github.com/spatie/laravel-package-tools
*/
$package
->name('composer-health')
->hasConfigFile()
->hasViews()
->hasMigration('create_composer-health_table')
->hasCommand(ComposerHealthCommand::class);
->hasConfigFile();
}
}

0 comments on commit 0961789

Please sign in to comment.