Skip to content

Commit b6283c5

Browse files
committed
fix invoice package view cache failure on deploy
1 parent 37632b6 commit b6283c5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/invoice/src/InvoiceServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public function configureMoox(Package $package): void
1414
$package
1515
->name('invoice')
1616
->hasConfigFile()
17-
->hasViews()
18-
->hasTranslations()
1917
->hasMigrations([
2018
'create_invoices_table',
2119
'create_invoice_lines_table',

0 commit comments

Comments
 (0)