Efficiently\Larasset\Manifest::getAssets PHP Method

getAssets() public method

public getAssets ( )
    public function getAssets()
    {
        return array_get($this->data, 'assets', []);
    }