FleetCart/Modules/Brand/module.json

10 lines
210 B
JSON
Raw Normal View History

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