Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Feb 10, 2022
2 parents 3cb5c05 + 1da4091 commit eecb89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/admin/controllers/Payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function formValidate($model, $form)
if ($mergeRules = $form->model->getConfigRules())
array_push($rules, ...$mergeRules);

if ($mergeAttributes = $form->model->getConfigAttributes())
if ($mergeAttributes = $form->model->getConfigValidationAttributes())
array_push($attributes, ...$mergeAttributes);
}

Expand Down
2 changes: 1 addition & 1 deletion app/system/console/commands/IgniterInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected function createSuperUser()
'super_user' => TRUE,
'groups' => [Staff_groups_model::first()->staff_group_id],
'locations' => [Locations_model::first()->location_id],
]);
], TRUE);

$this->line('Admin user '.$user->username.' created!');
}
Expand Down

0 comments on commit eecb89f

Please sign in to comment.