Skip to content

Commit 82709f9

Browse files
committed
add command
1 parent e6180dc commit 82709f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InvoiceServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function configurePackage(Package $package): void
1919
->hasConfigFile()
2020
->hasViews()
2121
->hasTranslations()
22+
->hasCommand(DenormalizeInvoicesCommand::class)
2223
->hasMigration('create_invoices_table')
2324
->hasMigration('create_invoice_items_table')
2425
->hasMigration('add_discounts_column_to_invoices_table')

0 commit comments

Comments
 (0)