Fix auth user path config

This commit is contained in:
Joseph Cohen
2015-01-01 19:37:36 -06:00
parent d4be91175a
commit f8f652514e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ return [
|
*/
'model' => 'User',
'model' => 'CachetHQ\Cachet\Models\User',
/*
|--------------------------------------------------------------------------