Skip to content

Commit

Permalink
Merge pull request #4 from kkrieger85/kkrieger85-patch-1
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
fulopattila122 committed Mar 16, 2019
2 parents 72ff05b + 80dd81b commit c63c67e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class User extends \Konekt\AppShell\Models\User
And add this to you `AppServiceProviders`'s boot method:

```php
// app/Providers/AppServiceProvider.php

$this->app->concord->registerModel(\Konekt\User\Contracts\User::class, \App\User::class);
```

Expand Down

0 comments on commit c63c67e

Please sign in to comment.