From 8e72ada0f46c6af4f739d2ccfe35f34a11b3a71a Mon Sep 17 00:00:00 2001 From: Andrea Venturi Date: Wed, 21 Aug 2024 14:56:07 +0200 Subject: [PATCH] removed curly bracket in file name; added migration file to publish --- src/SentEmailsServiceProvider.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SentEmailsServiceProvider.php b/src/SentEmailsServiceProvider.php index 3ba49be..6d6352c 100644 --- a/src/SentEmailsServiceProvider.php +++ b/src/SentEmailsServiceProvider.php @@ -28,7 +28,8 @@ 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_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'); $this->publishes([