Skip to content

Commit

Permalink
fix typo #462
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay kumar committed Dec 28, 2015
1 parent ae2c6da commit 53fff06
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 @@ -81,8 +81,8 @@ protected function createMigration($rolesTable, $roleUserTable, $permissionsTabl
{
$migrationFile = base_path("/database/migrations")."/".date('Y_m_d_His')."_entrust_setup_tables.php";

$defaultGaurd = Config::get('auth.defaults.guard');
$providerName = Config::get('auth.guards.'.$defaultGaurd);
$defaultGuard = Config::get('auth.defaults.guard');
$providerName = Config::get('auth.guards.'.$defaultGuard);
$UserClass = Config::get('auth.providers.'.$providerName["provider"]);

$usersTable = $providerName['provider'];
Expand Down

0 comments on commit 53fff06

Please sign in to comment.