Skip to content

Commit

Permalink
Merge pull request Zizaco#151 from gayanhewa/master
Browse files Browse the repository at this point in the history
Change assigned_roles table to user_roles
  • Loading branch information
Zizaco committed Jul 18, 2014
2 parents 6f084bc + efb7b61 commit cedbfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/MigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public function fire()
$roles_table = lcfirst($this->option('table'));

$this->line('');
$this->info( "Tables: $roles_table, assigned_roles, permissions, permission_role" );
$message = "An migration that creates '$roles_table', 'assigned_roles', 'permissions', 'permission_role'".
$this->info( "Tables: $roles_table, user_roles, permissions, permission_role" );
$message = "An migration that creates '$roles_table', 'user_roles', 'permissions', 'permission_role'".
" tables will be created in app/database/migrations directory";

$this->comment( $message );
Expand Down

0 comments on commit cedbfb4

Please sign in to comment.