Closed Niols closed 11 months ago
This PR is the follow-up of #229 as described in #200. It renames the model Credit into Person and it renames the field line of the new model Person into name.
Credit
Person
line
name
I think this one is an easy one so I'd rather wait for the other PRs and merge (or even rewrite) this PR only afterwards.
This PR is the follow-up of #229 as described in #200. It renames the model
Credit
intoPerson
and it renames the fieldline
of the new modelPerson
intoname
.