Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 519f4be

Browse files
committed
Whitespace, see #3 (comment).
1 parent fb3d24f commit 519f4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TwoFactorAuthServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ protected function publishMigrations()
7070
'add_mobile_to_users_table.php',
7171
'create_two_factor_auths_table.php',
7272
];
73+
7374
$paths = [];
7475
foreach ($files as $file) {
7576
$paths[__DIR__ . '/database/migrations/' . $file] = database_path('migrations/'.date('Y_m_d_His').'_'.$file);

0 commit comments

Comments
 (0)