Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored and github-actions[bot] committed Aug 1, 2024
1 parent b9c1a7b commit 4e8b44a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Commands/LibstreamMigrateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ public function handle(): int
protected function tables(): array
{
$defaultTables = array_merge(
config('libstream.migration_tables', []),
config('libstream.migration_tables', []),
[
config('verbs.tables.events', 'verbs_events'),
config('verbs.tables.snapshots', 'verbs_snapshots'),
config('verbs.tables.state_events', 'verbs_state_events')
config('verbs.tables.events', 'verbs_events'),
config('verbs.tables.snapshots', 'verbs_snapshots'),
config('verbs.tables.state_events', 'verbs_state_events'),
]);

return $this->option('tables') ?: config('libstream.migration_tables', []);
Expand Down

0 comments on commit 4e8b44a

Please sign in to comment.