We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6180dc commit 82709f9Copy full SHA for 82709f9
src/InvoiceServiceProvider.php
@@ -19,6 +19,7 @@ public function configurePackage(Package $package): void
19
->hasConfigFile()
20
->hasViews()
21
->hasTranslations()
22
+ ->hasCommand(DenormalizeInvoicesCommand::class)
23
->hasMigration('create_invoices_table')
24
->hasMigration('create_invoice_items_table')
25
->hasMigration('add_discounts_column_to_invoices_table')
0 commit comments