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

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

ファイルの表示

@ -10,7 +10,7 @@ use App\Models\FatherRelation;
class FatherRelationsController extends Controller {
public function register (Request $r) {
if (!isset($r->father_id) || !isset($r->identity)) {
if (!isset($r->father_id)) {
return ['status_code' => 400, 'error_messages' => ['子の追加に失敗しました。']];
}