Пример #1
0
 public function includeAddons(Package $package)
 {
     return $this->collection($package->addons()->get(), new AddonTransformer());
 }