]> _ Git - cubist_cms-back.git/commitdiff
wait #5684 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 Jan 2023 17:46:11 +0000 (18:46 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 Jan 2023 17:46:11 +0000 (18:46 +0100)
src/resources/cubistmagic/routes.stub

index 8e235f9afb99453ba60a2561b5d3b20647085d6c..b6008f635b9c56d57f2c882c98e34c3e751303c3 100644 (file)
@@ -4,9 +4,5 @@ Route::group([
     'middleware' => ['web', config('backpack.base.middleware_key', 'admin')],
     'namespace'  => 'App\Http\Controllers\Admin',
 ], function () { // custom admin routes
-    try {
-        _CUSTOM_
-    } catch(\Throwable $e) {
-
-    }
+    _CUSTOM_
 });