Skip to content

Commit f311301

Browse files
author
Shawn McCool
committed
update auth configuration for laravel
1 parent 97ab05a commit f311301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/config/auth.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
|
2929
*/
3030

31-
'model' => 'Lio\Accounts\User',
31+
'model' => 'Lio\Accounts\Member',
3232

3333
/*
3434
|--------------------------------------------------------------------------
@@ -41,7 +41,7 @@
4141
|
4242
*/
4343

44-
'table' => 'users',
44+
'table' => 'members',
4545

4646
/*
4747
|--------------------------------------------------------------------------
@@ -60,4 +60,4 @@
6060

6161
),
6262

63-
);
63+
);

0 commit comments

Comments
 (0)