Skip to content

Commit 443d8b1

Browse files
committed
fix: add missing view hint registration
1 parent 4f748ec commit 443d8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactEmailServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function configurePackage(Package $package): void
2020
$package
2121
->name('laravel-react-email')
2222
->hasConfigFile()
23+
->hasViews()
2324
->hasCommands([
2425
MakeReactEmailCommand::class,
2526
BuildReactEmailsCommand::class,

0 commit comments

Comments
 (0)