Skip to content

Commit 54317c9

Browse files
feat: add view namespace
1 parent 222a50a commit 54317c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class ServiceProvider extends AddonServiceProvider
4040
'cp' => __DIR__ . '/../routes/cp.php'
4141
];
4242

43+
protected $viewNamespace = 'nextjs';
44+
4345
protected $listen = [
4446
EntryCreated::class => [
4547
RevalidationTagByEntryCreated::class

0 commit comments

Comments
 (0)