筆記
$shippingRepository = app()->make(App\Repositories\ShippingRepository::class); $shippingList = (new ShippingService($shippingRepository))->all();
筆記
$shippingRepository = app()->make(App\Repositories\ShippingRepository::class); $shippingList = (new ShippingService($shippingRepository))->all();