getConfig()['hello'] ?? 'Hello!'; return [ 'message' => $hello ]; } public function needsWriteAccess() { return false; } }