nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

array_get() undefined in >= Laravel 5.7 #191

Closed jsdecena closed 5 years ago

jsdecena commented 5 years ago

array_get() is now replaced by Arr::get() static method instead of helper.

{#1539
  +"errors": array:1 [
    0 => {#1542
      +"code": 500
      +"detail": "Call to undefined function Nicolaslopezj\Searchable\array_get()"
    }
  ]
}

Made a PR for this https://github.com/nicolaslopezj/searchable/pull/192 @nicolaslopezj

Ezequielcc1 commented 5 years ago

it is true , Thanks do you can commit it ?

jsdecena commented 5 years ago

@Ezequielcc1 The issue above has the PR link

jsdecena commented 5 years ago

closing this bec the PR has been merged