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

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

ファイルの表示

@ -7,6 +7,7 @@ use Illuminate\Support\Facades\Validator;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Log;
use App\Models\Child;
use App\Models\FatherRelation;
class FatherRelationsController extends Controller {