mirror of
https://gh.wpcy.net/https://github.com/nielspeen/freescout-fast-search.git
synced 2026-05-27 08:57:53 +08:00
5 lines
156 B
PHP
5 lines
156 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\FastSearch\Http\Controllers'], function()
|
|
{
|
|
});
|