Skip to content

Commit

Permalink
Add user/auth class to config file for the seeders.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenvh committed May 28, 2016
1 parent d80a995 commit e6d7228
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/blogify.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

return [

/**
* The model used for authentication and/or your users.
*
*/
'auth_model' => \App\User::class,

/**
* Array with all available character sets
*
Expand Down

0 comments on commit e6d7228

Please sign in to comment.