Drop erroneous "use Helper" statement from routes.php
This commit is contained in:
parent
f257a1795c
commit
42da48ce2b
1 changed files with 1 additions and 3 deletions
|
@ -4,14 +4,12 @@
|
|||
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
||||
*/
|
||||
|
||||
use Helper;
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::group(
|
||||
[
|
||||
'middleware' => 'web',
|
||||
'prefix' => Helper::getSubdirectory(),
|
||||
'prefix' => \Helper::getSubdirectory(),
|
||||
'namespace' => 'Modules\MMFCustomersGroups\Http\Controllers'
|
||||
],
|
||||
function() {
|
||||
|
|
Loading…
Reference in a new issue