You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protected function item($data, $transformer, ?string $resourceKey = null): Item
item still works ok as not enforcing callable, primitive is broken.. protected function primitive($data, ?callable $transformer = null, ?string $resourceKey = null): Primitive
when used like
public function includeFavorites(User $user)
{
return $this->primitive($user, new FavoritesTransformer);
}
Is there an upgrade guide for breaking changes between versions?
The text was updated successfully, but these errors were encountered: