mirror of
https://gh.wpcy.net/https://github.com/jshrek/Freescout-Module-Disable-New-Conversation-Email-Notification-Per-Mailbox.git
synced 2026-05-03 16:52:22 +08:00
6 lines
247 B
PHP
6 lines
247 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\DisableNewConvoEmailPerMailbox\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'DisableNewConvoEmailPerMailboxController@index');
|
|
});
|