Skip to content

Commit

Permalink
Update note regarding validation.
Browse files Browse the repository at this point in the history
Table::save() does not trigger any validation.

Refs cakephp/cakephp#14558
  • Loading branch information
ADmad committed May 7, 2020
1 parent b037869 commit fb6e89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/core-libraries/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ following::
:php:meth:`~Cake\\ORM\\Table::newEntity()`,
:php:meth:`~Cake\\ORM\\Table::newEntities()`,
:php:meth:`~Cake\\ORM\\Table::patchEntity()`,
:php:meth:`~Cake\\ORM\\Table::patchEntities()` or
:php:meth:`~Cake\\ORM\\Table::save()` as they are designed for that.
:php:meth:`~Cake\\ORM\\Table::patchEntities()`
as they are designed for that.

Validating Entities
===================
Expand Down

0 comments on commit fb6e89b

Please sign in to comment.