FleetCart/Modules/Tax/module.json

10 lines
200 B
JSON
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
{
"name": "Tax",
"alias": "tax",
"description": "The FleetCart Tax Module.",
"priority": 100,
"providers": [
"Modules\\Tax\\Providers\\TaxServiceProvider"
]
}