Skip to content

Commit

Permalink
Fix service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Oct 31, 2023
1 parent 77b04d2 commit 734abe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file removed resources/views/.gitkeep
Empty file.
2 changes: 0 additions & 2 deletions src/ContentableServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ public function configurePackage(Package $package): void
$package
->name('contentable')
->hasConfigFile()
->hasViews()
->hasMigrations([
'create_layouts_table',
'create_templates_table',
]);
}
}

0 comments on commit 734abe3

Please sign in to comment.