Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
daurensky authored and github-actions[bot] committed Apr 3, 2024
1 parent 03bc8cf commit cb5f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedbacksServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function configurePackage(Package $package): void
->hasTranslations()
->hasMigrations([
'create_admin_kit_feedbacks_table',
'replace_name_phone_with_fields_in_admin_kit_feedbacks_table'
'replace_name_phone_with_fields_in_admin_kit_feedbacks_table',
])
->hasCommand(FeedbacksCommand::class);
}
Expand Down

0 comments on commit cb5f137

Please sign in to comment.