master
<?php namespace leocata\M1\Methods\Request; use leocata\M1\Abstracts\RequestMethods; class GetSessions extends RequestMethods { public function getMandatoryFields(): array { return []; } }