Skip to content

Renamed function names

Compare
Choose a tag to compare
@pdscopes pdscopes released this 16 May 09:06
· 10 commits to main since this release
  • Renamed functions to sit in line with php function names:

    • Arr::findKey -> Arr::searchKey
    • Arr::find -> Arr::search
    • ArrDots::search -> ArrDots::collate
    • Collection::find -> Collection::search
  • Added Arr::pluck and ArrDots::pluck switch combines column and collapse