Add more properties for migration

This commit is contained in:
David Bomba 2021-02-08 08:43:23 +11:00
parent 65795b1271
commit c488602b74

View File

@ -73,6 +73,8 @@ trait GenerateMigrationResources
info("get company"); info("get company");
return [ return [
'first_day_of_week' => $this->account->start_of_week,
'first_month_of_year' => $this->account->financial_year_start,
'version' => NINJA_VERSION, 'version' => NINJA_VERSION,
'referral_code' => $this->account->referral_code ?: '', 'referral_code' => $this->account->referral_code ?: '',
'account_id' => $this->account->id, 'account_id' => $this->account->id,