From: Vincent Vanwaelscappel Date: Wed, 16 Mar 2022 11:30:50 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=18d9408a7b99248a25cc93a917d37912f209623d;p=cubist_cms-back.git . --- diff --git a/src/routes/cubist/backpack/select2.php b/src/routes/cubist/backpack/select2.php index 22b6115..21c495a 100644 --- a/src/routes/cubist/backpack/select2.php +++ b/src/routes/cubist/backpack/select2.php @@ -1,7 +1,7 @@ config('backpack.base.route_prefix', 'admin'), + 'prefix' => config('backpack.base.route_prefix', 'admin'), 'middleware' => ['web', config('backpack.base.middleware_key', 'admin')], ], function () { // custom admin routes Route::any('select2/{hash}', '\Cubist\Backpack\Http\Controllers\CubistSelect2Controller@search')->where(['hash' => '.*']);