Skip to content

Commit 7b2c51a

Browse files
Merge pull request owen-it#535 from judgej/patch-1
Removed a blank line of tabs from migration stub
2 parents 259a1e0 + 1491ca3 commit 7b2c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/audits.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CreateAuditsTable extends Migration
2626
$table->string('user_agent', 1023)->nullable();
2727
$table->string('tags')->nullable();
2828
$table->timestamps();
29-
29+
3030
$table->index(['user_id', 'user_type']);
3131
});
3232
}

0 commit comments

Comments
 (0)