Skip to content

Commit dc574bc

Browse files
committed
cs-fix
1 parent f70856f commit dc574bc

File tree

1 file changed

+3
-3
lines changed
  • user_guide_src/source/models/model

1 file changed

+3
-3
lines changed

user_guide_src/source/models/model/067.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class TransactionModel extends Model
88
{
99
// ...
1010
protected array $casts = [
11-
'id' => 'int',
12-
'currency' => 'string',
13-
'amount' => 'float[2,even]',
11+
'id' => 'int',
12+
'currency' => 'string',
13+
'amount' => 'float[2,even]',
1414
];
1515
// ...
1616
}

0 commit comments

Comments
 (0)