Skip to content

Commit

Permalink
Merge pull request #71 from bakaphp/kaioken-patch-1
Browse files Browse the repository at this point in the history
Update Messages.php
  • Loading branch information
kaioken authored Jan 1, 2025
2 parents d969be6 + a62c391 commit ba5dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Messages extends BaseModel implements MessagesInterface, MessageableEntity
CustomFieldsTrait::afterDelete insteadof ElasticIndexModelTrait;
}

public int $parent_id = 0;
public ?int $parent_id = 0;
public ?string $parent_unique_id = null;
public ?string $uuid = null;
public int $apps_id = 0;
Expand Down

0 comments on commit ba5dc1d

Please sign in to comment.