관리-도구
편집 파일: ShippingMethodRepositoryInterface.php
<?php namespace App\Contracts\Repositories; interface ShippingMethodRepositoryInterface extends RepositoryInterface { }