Example #1
0
 public function assignCourse($product)
 {
     $this->products()->save(Product::whereName($product)->firstOrFail());
 }