Skip to content

Commit

Permalink
removed unused migration
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 22, 2024
1 parent a5d5cc2 commit ee48bd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion src/TranslationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function boot(): void

$this->publishes([
__DIR__ . '/../database/migrations/create_language_lines_table.php.stub' => database_path('migrations/' . $timestamp . '_create_language_lines_table.php'),
__DIR__ . '/../database/migrations/alter_language_lines_table_add_column_namespace.php.stub' => database_path('migrations/' . $timestamp . '_alter_language_lines_table_add_column_namespace.php'),
], 'migrations');
}
}
Expand Down

0 comments on commit ee48bd4

Please sign in to comment.