class Illuminate / Http / Resources / MergeValue
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

MergeValue

Properties

public

$data array

The data to be merged.

Default: null

Methods

public

__construct ( $data ) : void

Create a new merge value instance.

Parameters