mirror of
https://gh.wpcy.net/https://github.com/Nexulo/freescout-extended-mail-vars.git
synced 2026-04-17 08:32:19 +08:00
6 lines
229 B
PHP
6 lines
229 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\MaisenExtendetMailVar\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'MaisenExtendetMailVarController@index');
|
|
});
|