Skip to content

Commit ade662a

Browse files
authored
Merge pull request #39 from emaadali/main
Remove invalid alias for non-existent Invoice facade
2 parents d8b6439 + 19f6fea commit ade662a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@
8888
"laravel": {
8989
"providers": [
9090
"Elegantly\\Invoices\\InvoiceServiceProvider"
91-
],
92-
"aliases": {
93-
"Invoice": "Elegantly\\Invoices\\Facades\\Invoice"
94-
}
91+
]
9592
}
9693
},
9794
"minimum-stability": "dev",

0 commit comments

Comments
 (0)