Skip to content

Commit

Permalink
Using consistent default value for logs table migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Schmidt committed Feb 22, 2018
1 parent ee5a649 commit fd1152d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ function (Blueprint $table) {
*/
public function down()
{
Schema::drop(env('DB_LOG_TABLE', 'logs'));
Schema::drop(env('DB_LOG_TABLE', 'laravel_logs'));
}
}

0 comments on commit fd1152d

Please sign in to comment.