Skip to content

Commit

Permalink
added migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero committed Jul 4, 2024
1 parent 959f922 commit 3b29bab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FilaChatServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ protected function getScriptData(): array
protected function getMigrations(): array
{
return [
'create_filachat_conversations_table',
'create_filachat_messages_table',
'create_filachat_roles_table',
'create_filachat_user_role_table',
];
}
}

0 comments on commit 3b29bab

Please sign in to comment.