Fix some redirects now that self::class,'home' is no longer defined

This commit is contained in:
2023-10-05 23:28:18 +11:00
parent 7a9b6d5015
commit 4616feacda
9 changed files with 10 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ class EchoareaController extends Controller
$o->save();
return redirect()->action([self::class,'home']);
return redirect()->to('echoarea');
}
return view('echoarea.addedit')