Skip to content

Commit b3025c6

Browse files
committed
Fix seeder when no forms module installed
1 parent 354941c commit b3025c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/PageBlocksTableSeeder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function run()
128128
$block->fill([
129129
'path' => 'content_one_column',
130130
'data' => [
131-
'html_content_1' => '<p>{!! forms(1) !!}</p>',
131+
'html_content_1' => '<p>You can install the <a href="https://github.com/pvtl/voyager-forms">Voyager Forms</a> module and add the appropriate tag here.</p>',
132132
'spaces' => '1',
133133
'animate' => 'on',
134134
],

0 commit comments

Comments
 (0)