Skip to content

Commit 9a81037

Browse files
authored
Merge pull request #136 from rappasoft/develop
Fix down migration
2 parents e347ea5 + 169b801 commit 9a81037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/add_new_features_to_authentication_log_table.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ return new class extends Migration
6666
return;
6767
}
6868

69-
Schema::table($tableName, function (Blueprint $table) {
69+
Schema::table($tableName, function (Blueprint $table) use ($tableName) {
7070
$columns = [
7171
'device_id',
7272
'device_name',

0 commit comments

Comments
 (0)