'required|string', 'database' => 'required|string', 'db_user' => 'required|string', 'db_password' => 'required|string', ]; } /** * @inheritDoc */ protected function _authorize(): bool { return true; } }