Skip to content

Commit 72a4838

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 2fed7ad commit 72a4838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function run(): void
128128
129129
For more information, please you can read our latest [blog post](https://blog.cachethq.io).
130130
EOF
131-
,
131+
,
132132
'user_id' => $user->id,
133133
'created_at' => $timestamp = $incident->created_at->addMinutes(45),
134134
'updated_at' => $timestamp,

0 commit comments

Comments
 (0)