Skip to content

Commit

Permalink
Update SentEmailsServiceProvider.php
Browse files Browse the repository at this point in the history
removed { from filename.
  • Loading branch information
dcblogdev authored Sep 21, 2024
1 parent 149cb34 commit 2643275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SentEmailsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +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_222057_create_sent_emails_attachments_table.php' => $this->app->databasePath().'/migrations/{2024_05_07_222057_create_sent_emails_attachments_table.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');

$this->publishes([
Expand Down

0 comments on commit 2643275

Please sign in to comment.