FleetCart/Modules/Tag/module.json
2023-06-11 13:14:03 +01:00

10 lines
200 B
JSON

{
"name": "Tag",
"alias": "tag",
"description": "The FleetCart Tag Module.",
"priority": 100,
"providers": [
"Modules\\Tag\\Providers\\TagServiceProvider"
]
}