Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t1k3 authored Aug 25, 2018
1 parent cdb575c commit cfd029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $isDeleted = $user->deleteAddress($type); // boolean
```

## Sync Address(es)
The `syncAddresses()` method delete all addressable address if $`type` is not exists in `$arrayOfAttributes[$type][]`.
The `syncAddresses()` method delete all addressable address if `$type` is not exists in `$arrayOfAttributes[$type][]`.
The `syncAddresses()` method create all `$type` of `arrayOfAttributes[$type][]` if type is not exists in `addresses` table.
```php
use Stylers\Address\Enums\AddressTypeEnum;
Expand Down

0 comments on commit cfd029c

Please sign in to comment.