diff --git a/routes/web.php b/routes/web.php index 5c4c27acb..54c5b09ae 100644 --- a/routes/web.php +++ b/routes/web.php @@ -165,7 +165,7 @@ Route::middleware(['auth'])->group(function () { $private_key = PrivateKey::where('uuid', request()->private_key_uuid)->first(); return view('private-key.show', [ 'private_key' => $private_key, - ]);G + ]); })->name('private-key.show'); }); Route::middleware(['auth'])->group(function () {