【Laravel】 在 Tinker 中,引用 Repository 或 Service

筆記

$shippingRepository = app()->make("App\Repositories\ShippingRepository");