Add more properties for migration
This commit is contained in:
parent
65795b1271
commit
c488602b74
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ trait GenerateMigrationResources
|
|||
info("get company");
|
||||
|
||||
return [
|
||||
'first_day_of_week' => $this->account->start_of_week,
|
||||
'first_month_of_year' => $this->account->financial_year_start,
|
||||
'version' => NINJA_VERSION,
|
||||
'referral_code' => $this->account->referral_code ?: '',
|
||||
'account_id' => $this->account->id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue