Update readme.md
fix link
This commit is contained in:
parent
0db3e92ee6
commit
6d2604882c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ The following assessment may be solved with the help of additional sources, such
|
|||
## General
|
||||
In the example `index.php` there are three DomainObjects that are instantiated with default values. An [Owner](https://docs.verua.ch/latest/classes/VeruA-DomainObjects-Owner.html)-Object and a [Client](https://docs.verua.ch/latest/classes/VeruA-DomainObjects-Client.html)-Object are build directly. The third, an [Address](https://docs.verua.ch/latest/classes/VeruA-DomainObjects-Address.html)-Object is passed into the address field of the `Client`-Object.
|
||||
|
||||
All three are then validated acording to their respective validators. The Address object is validated through the [ClientValidator](https://code.verua.online/VeruA/Assessment/src/commit/83166a50af0cca2873d74ae0955cad67d20a5d02/src/DomainObjects/Validation/ClientValidator.php#L24).
|
||||
All three are then validated acording to their respective validators. The Address object is validated through the [ClientValidator](src/DomainObjects/Validation/ClientValidator.php#L24).
|
||||
|
||||
## Exercises
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue