public function seedPaymentMethods(Seller $seller) { return $seller->paymentMethods()->saveMany(factory(PaymentMethod::class, 3)->make()); }