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 24, 2018
1 parent 5fdaef8 commit cdb575c
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 @@ -26,7 +26,6 @@ php artisan migrate
```

## Usage
* How to address
```php
use Stylers\Address\Contracts\Models\Traits\HasAddressesInterface;
use Stylers\Address\Models\Traits\HasAddresses;
Expand Down Expand Up @@ -82,4 +81,4 @@ $arrayOfAttributes = [
]
];
$addresses = $user->syncAddresses($arrayOfAttributes); // Collection
```
```

0 comments on commit cdb575c

Please sign in to comment.