Use view helper instead

This commit is contained in:
Lance Pioch
2024-03-16 23:23:07 -04:00
parent 8808a94154
commit 38d68d8221
19 changed files with 37 additions and 67 deletions

View File

@@ -38,7 +38,7 @@ class AdvancedController extends Controller
$showRecaptchaWarning = true;
}
return $this->view->make('admin.settings.advanced', [
return view('admin.settings.advanced', [
'showRecaptchaWarning' => $showRecaptchaWarning,
]);
}