Skip to content

Commit

Permalink
fix: mime length
Browse files Browse the repository at this point in the history
Klimik Egor committed Jul 24, 2024
1 parent 9d1607e commit 23bfbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/Smtp/Domain/Attachment.php
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ public function __construct(
private string $path,
#[Column(type: 'integer', default: 0)]
private int $size,
#[Column(type: 'string(32)')]
#[Column(type: 'string(127)')]
private string $mime,
#[Column(type: 'string(255)')]
private string $id,

0 comments on commit 23bfbc7

Please sign in to comment.