input('id', 'blueprint'); $eggs = $this->settings->get('blueprint::extensionconfig_' . $id . '_eggs'); return json_decode($eggs ?: '["-1"]'); } } class GetRouteEggsRequest extends ClientApiRequest { public function authorize(): bool { return true; } }