RushCode/m1-api

View on GitHub
src/Methods/Request/GetSessions.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace leocata\M1\Methods\Request;

use leocata\M1\Abstracts\RequestMethods;

class GetSessions extends RequestMethods
{
    public function getMandatoryFields(): array
    {
        return [];
    }
}