Skip to content

Commit a48d2a1

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 552f6e8 commit a48d2a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Models/Idea.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ class Idea extends Model
2626
];
2727

2828
protected $casts = [
29-
'status' => IdeaStatusEnum::class,
29+
'status' => IdeaStatusEnum::class,
3030
'votes_count' => 'integer',
3131
];
3232

3333
protected $attributes = [
34-
'status' => 'proposed',
34+
'status' => 'proposed',
3535
'votes_count' => 0,
3636
];
3737

0 commit comments

Comments
 (0)