From 339d94e300dac15235cfa9fab321ef93b507008d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 16 May 2023 17:10:22 +0200 Subject: [PATCH] typo --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ $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 () {