Skip to content

Commit 1491ca3

Browse files
authored
Removed a blank line of tabs from migration stub
Weren't having any functional effect, just making my eye twitch when editing the *audits* table migration.
1 parent eb17c7b commit 1491ca3

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)