Skip to content

Commit

Permalink
Merge branch 'master' of github.com:404labfr/laravel-auth-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Apr 11, 2017
2 parents fa5abb0 + c371cfa commit 70cdcf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -50,7 +50,7 @@ class User extends Authenticatable implements HasLoginsAndDevicesInterface
```

- Migrate your database:
```php
```bash
php artisan db:migrate
```

Expand All @@ -60,7 +60,7 @@ This library brings to you logins data and devices data for your users.

### Logins

```
```php
// Your user model:
$logins = $user->logins;
// Output:
Expand All @@ -85,7 +85,7 @@ Also, you can directly access logins by their type:

### Devices

```
```php
// Your user model:
$devices = $user->devices;
// Outputs:
Expand Down

0 comments on commit 70cdcf1

Please sign in to comment.