Skip to content

Commit

Permalink
Add file config/phpsoft.user.php #86
Browse files Browse the repository at this point in the history
  • Loading branch information
gghoantt committed Nov 16, 2015
1 parent 4b30990 commit a36ccd7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/phpsoft.user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| User Model namespace
|--------------------------------------------------------------------------
|
| Specify the full namespace to your User model.
| e.g. 'Acme\Entities\User'
|
*/

'model' => 'App\User',

];

0 comments on commit a36ccd7

Please sign in to comment.