Skip to content

Commit 5b144e1

Browse files
authored
Merge pull request #24 from andreaventuri/master
Bugfix in SentEmailsServiceProvider
2 parents 2643275 + 2b2cf7e commit 5b144e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SentEmailsServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function boot(): void
2828

2929
$this->publishes([
3030
__DIR__.'/database/migrations/2020_07_16_222057_create_sent_emails_table.php' => $this->app->databasePath().'/migrations/2020_07_16_222057_create_sent_emails_table.php',
31+
__DIR__.'/database/migrations/2024_05_07_204307_change_body_lengh.php' => $this->app->databasePath().'/migrations/2024_05_07_204307_change_body_lengh.php',
3132
__DIR__.'/database/migrations/2024_05_07_222057_create_sent_emails_attachments_table.php' => $this->app->databasePath().'/migrations/2024_05_07_222057_create_sent_emails_attachments_table.php',
3233
], 'migrations');
3334

0 commit comments

Comments
 (0)