dkulyk / nova-tabs

Another Laravel Nova Tabs Package
58 stars 7 forks source link

When using with merged fields it throwns an error. #1

Closed jeffreydevreede closed 5 years ago

jeffreydevreede commented 5 years ago

Am trying to use this in combination with a resource where I extracted a part of the fields to its own method and used merge, as shown here. The error that I am getting is:

Call to undefined method Illuminate\Http\Resources\MergeValue::withMeta()

on https://github.com/dkulyk/nova-tabs/blob/master/src/Tabs.php#L56

dkulyk commented 5 years ago

Fixed in v1.1.2