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

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