mirror of
https://gh.wpcy.net/https://github.com/jshrek/Freescout-Module-Disable-New-Conversation-Email-Notification-Per-Mailbox.git
synced 2026-04-28 16:02:19 +08:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"name": "freescout/disablenewconvoemailpermailbox",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "FreeScout",
|
|
"email": "support@freescout.net"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\DisableNewConvoEmailPerMailbox\\Providers\\DisableNewConvoEmailPerMailboxServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\DisableNewConvoEmailPerMailbox\\": ""
|
|
}
|
|
}
|
|
}
|