관리-도구
편집 파일: MethodPriceCollection.php
<?php namespace Mollie\Api\Resources; class MethodPriceCollection extends BaseCollection { /** * @return string|null */ public function getCollectionResourceName() { return null; } }