Skip to content

Commit

Permalink
🐛 Fix the type error on Company::business_segment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeorgel committed May 25, 2022
1 parent 3476f21 commit 003690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Company extends FlexibleDataTransferObject implements EntityContract
/**
* Company business segment.
*/
public ?int $business_segment;
public ?array $business_segment;

/**
* Number of employees of company.
Expand Down

0 comments on commit 003690a

Please sign in to comment.