Hamid Ali

Results 4 comments of Hamid Ali

@adinca is this code really working...

Thanks @jgrossi it worked but what about repeater issue? I am getting the same issue `Call to a member function get() on null`

when i change following function in Repeater.php ``` protected function fetchFields($fieldName, Builder $builder) { $fields = []; foreach ($builder->get() as $meta) { $id = $this->retrieveIdFromFieldName($meta->meta_key, $fieldName); $name = $this->retrieveFieldName($meta->meta_key, $fieldName,...

hey @jgrossi any update?