Skip to content

Commit

Permalink
Merge pull request #24 from andreaventuri/master
Browse files Browse the repository at this point in the history
Bugfix in SentEmailsServiceProvider
  • Loading branch information
dcblogdev authored Sep 21, 2024
2 parents 2643275 + 2b2cf7e commit 5b144e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SentEmailsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function boot(): void

$this->publishes([
__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',
__DIR__.'/database/migrations/2024_05_07_204307_change_body_lengh.php' => $this->app->databasePath().'/migrations/2024_05_07_204307_change_body_lengh.php',
__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',
], 'migrations');

Expand Down

0 comments on commit 5b144e1

Please sign in to comment.