Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 683395d

Browse files
committed
Removed old migration
1 parent 2b5734f commit 683395d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/LaravelCommentServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ public function boot(): void
2525
database_path("migrations/{$timestamp}_create_comments_table.php")
2626
], 'migrations');
2727
}
28-
29-
$this->publishes([
30-
__DIR__ . '/../database/migrations/' => database_path('migrations')
31-
], 'migrations');
3228
}
3329
}

0 commit comments

Comments
 (0)