diff --git a/src/config/config.php b/src/config/config.php index beb94fd2..e08b98ac 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -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', /* |-------------------------------------------------------------------------- @@ -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', -); \ No newline at end of file + 'assigned_roles_table' => 'assigned_roles', +);