FleetCart/Modules/Sms/module.json

11 lines
206 B
JSON
Raw Permalink Normal View History

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