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

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