Skip to content

Commit c8614d4

Browse files
committed
chore: remove package views
1 parent 4b8b342 commit c8614d4

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

resources/views/.gitkeep

Whitespace-only changes.

src/SpecificationsServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function configurePackage(Package $package): void
1717
$package
1818
->name('laravel-specification-pattern')
1919
->hasConfigFile()
20-
->hasViews()
2120
->hasCommand(MakeSpecificationCommand::class);
2221
}
2322

0 commit comments

Comments
 (0)