Skip to content

Commit

Permalink
update DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
alfa6661 committed Aug 13, 2018
1 parent 7d383c7 commit 16aac13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Allow sync method for Laravel Has Many Relationship.
You can install the package via composer:

```
composer require alfa/laravel-has-many-sync
composer require alfa6661/laravel-has-many-sync
```

Register the ServiceProvider in `config/app.php`

```php
'providers' => [
// ...
Alfa\EloquentHasManySync\ServiceProvider::class,
Alfa6661\EloquentHasManySync\ServiceProvider::class,
],
```

Expand Down

0 comments on commit 16aac13

Please sign in to comment.