BREAKING CHANGE: remove wrapping for individual address resource

This commit is contained in:
kusowl 2026-03-17 11:00:32 +05:30
parent 3ae3374eec
commit 63b3d06d3a

View File

@ -11,6 +11,7 @@
*/ */
class AddressResource extends JsonResource class AddressResource extends JsonResource
{ {
public static $wrap = null;
/** /**
* Transform the resource into an array. * Transform the resource into an array.
* *