Skip to content

Commit

Permalink
package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tjodalv committed Mar 20, 2024
1 parent e994e78 commit bd61309
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
19 changes: 0 additions & 19 deletions database/factories/ModelFactory.php

This file was deleted.

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

This file was deleted.

Empty file removed resources/views/.gitkeep
Empty file.
3 changes: 0 additions & 3 deletions src/BladeAnchorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public function configurePackage(Package $package): void
*/
$package
->name('laravel-blade-anchor')
->hasConfigFile()
->hasViews()
->hasMigration('create_laravel-blade-anchor_table')
->hasCommand(MakeBladeExtenderCommand::class);
}

Expand Down

0 comments on commit bd61309

Please sign in to comment.