Merge branch 'backend' of https://github.com/nakazawakan/kikikanri into p_account

このコミットが含まれているのは:
dragon1211 2021-11-17 02:27:43 -08:00
コミット c898e1e6b1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -47,7 +47,7 @@ class FatherRelationsController extends Controller {
}
public function updateHireDate (Request $r, $child_id) {
if (!isset($child_id) || !isset($r->father_id) || !isset($r->hire_at)) {
if (!isset($child_id) || !isset($r->father_id)) {
return ['status_code' => 400, 'error_messages' => ['子の入社日の更新に失敗しました。']];
}