Skip to content

Commit 811bc40

Browse files
authored
Merge pull request #2 from infocyph/feature/improvement-25
Feature/improvement 25
2 parents 291e030 + 0d803d4 commit 811bc40

18 files changed

Lines changed: 3471 additions & 1009 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $hashedPassword = $config->get('db.password');
138138
### 5. Hooked Collection
139139

140140
```php
141-
use Infocyph\ArrayKit\Functional\HookedCollection;
141+
use Infocyph\ArrayKit\Collection\HookedCollection;
142142

143143
$hooked = new HookedCollection(['name' => 'Alice']);
144144

src/Array/ArrayMulti.php

Lines changed: 577 additions & 176 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)