Skip to content

Commit be2169e

Browse files
committed
Fix default template token name
1 parent 130d286 commit be2169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Seeds/TemplateSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function run()
1313
}
1414

1515
// Prep the parser tokens
16-
$tokens = ['subject', 'title', 'preview', 'main', 'contact', 'unsubscribe'];
16+
$tokens = ['subject', 'title', 'preview', 'body', 'contact', 'unsubscribe'];
1717
$data = [];
1818
foreach ($tokens as $token)
1919
{

0 commit comments

Comments
 (0)