Skip to content

Commit aa08498

Browse files
committed
Formatting fix
1 parent 4cfb894 commit aa08498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2018_02_25_160152_remove_default_null_value_on_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function up()
2020
});
2121

2222
DB::transaction(function () {
23-
DB::table('users')->where('external_id', '=' , 'NULL')->update([
23+
DB::table('users')->where('external_id', '=', 'NULL')->update([
2424
'external_id' => null,
2525
]);
2626
});

0 commit comments

Comments
 (0)