Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issues with custom fields + elastic #5

Merged
merged 1 commit into from
May 6, 2019
Merged

Conversation

kaioken
Copy link
Member

@kaioken kaioken commented May 6, 2019

No description provided.

@todo
Copy link

todo bot commented May 6, 2019

Made a change to return a single record when $getById is true. Keeping an eye on it.

* @todo: Made a change to return a single record when $getById is true. Keeping an eye on it.
*/
public static function getCustomFields(Model $findResults, $getById = false): array
{
$modelObject = is_object($findResults) ? $findResults : $findResults[0];
$classReflection = (new ReflectionClass($modelObject));


This comment was generated by todo based on a @todo comment in a9a80bb in #5. cc @bakaphp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant