Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jdrieghe/array-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrieghe committed Jul 17, 2018
2 parents 3178e1e + c388224 commit fd7761b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ $result = Arr::get($array, $key, $default);

### Functional approach

If you prefer a more functional approach, add `vendor/jdrieghe/array-helpers/src/array-helpers.php` to your
autoload files in composer.
If you prefer a more functional approach, some namespaced convenience methods are available as well:

```
use function ArrayHelpers\array_get;
Expand Down

0 comments on commit fd7761b

Please sign in to comment.