Skip to content

Commit

Permalink
Pluralize logins table
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Aug 28, 2019
1 parent 54c5cb8 commit d2adbd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function down()
}

$this->forge->dropTable('users', true);
$this->forge->dropTable('auth_login', true);
$this->forge->dropTable('auth_logins', true);
$this->forge->dropTable('auth_tokens', true);
$this->forge->dropTable('auth_reset_attempts', true);
$this->forge->dropTable('auth_groups', true);
Expand Down

0 comments on commit d2adbd3

Please sign in to comment.