mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
auto updates
This commit is contained in:
@@ -133,7 +133,7 @@ Route::middleware(['auth'])->group(function () {
|
||||
})->name('team');
|
||||
|
||||
Route::get('/settings', function () {
|
||||
$isRoot = auth()->user()->isRoot();
|
||||
$isRoot = auth()->user()->isPartOfRootTeam();
|
||||
if ($isRoot) {
|
||||
$settings = InstanceSettings::get();
|
||||
return view('settings', [
|
||||
|
||||
Reference in New Issue
Block a user