From cd09053837e6d1d76bdce4be48f9c52b32b28da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 16 Jul 2018 17:29:11 +0200 Subject: [PATCH] change route name to php-sandbox --- src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.php b/src/routes.php index 38ef45c..d8582c2 100644 --- a/src/routes.php +++ b/src/routes.php @@ -6,7 +6,7 @@ if (config('php-sandbox.enable', false)) { 'middleware' => config('php-sandbox.route_middleware'), ['web'] ], function () { Route::get(config('php-sandbox.route', 'sandbox'), - '\MightyPork\PhpSandbox\PhpSandboxController@index')->name('sandbox'); + '\MightyPork\PhpSandbox\PhpSandboxController@index')->name('php-sandbox'); Route::post(config('php-sandbox.route', 'sandbox'), '\MightyPork\PhpSandbox\PhpSandboxController@run'); // ajax