chore: code cleanup
This commit is contained in:
@@ -64,7 +64,7 @@ class Disposition implements BlameableEntityInterface, TimestampableEntityInterf
|
||||
private ?Feedback $feedback = null;
|
||||
|
||||
#[ORM\Column(length: 64, nullable: true)]
|
||||
private ?string $calledOffBy = null;
|
||||
private ?string $calledOffBy = null;
|
||||
|
||||
#[ORM\Column(type: Types::TEXT, nullable: true)]
|
||||
private ?string $calledOffReason = null;
|
||||
|
||||
Reference in New Issue
Block a user