Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
2ea146333e
commit
613830e6a6
@@ -38,7 +38,7 @@ return new class extends Migration
|
||||
|
||||
EnvironmentVariable::all()->each(function (EnvironmentVariable $environmentVariable) {
|
||||
$environmentVariable->update([
|
||||
'uuid' => (string) new Cuid2(),
|
||||
'uuid' => (string) new Cuid2,
|
||||
]);
|
||||
});
|
||||
Schema::table('environment_variables', function (Blueprint $table) {
|
||||
|
||||
Reference in New Issue
Block a user