Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew13 committed Mar 7, 2014
1 parent 16dfb76 commit 48cbd45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
| This is the permission_role table used by Entrust to save relationship between permissions and roles to the database.
|
*/
'permission_role_table' => 'roles_permissions',
'permission_role_table' => 'permission_role',

/*
|--------------------------------------------------------------------------
Expand All @@ -62,5 +62,5 @@
| This is the assigned_roles table used by Entrust to save assigned roles to the database.
|
*/
'assigned_roles_table' => 'users_roles',
);
'assigned_roles_table' => 'assigned_roles',
);

0 comments on commit 48cbd45

Please sign in to comment.