Change name Webmodel to WebModel

This commit is contained in:
Antonio de la Rosa 2025-11-20 14:15:05 +01:00
parent a7267ffc30
commit 0164401e7e
22 changed files with 195 additions and 195 deletions

View file

@ -14,7 +14,7 @@
*
* This method is useful if you only want load a field of a model.
*
* @param Webmodel $class The model used for search in
* @param WebModel $class The model used for search in
* @param string $where A where sql statement.
* @param string $field The field where search.
*/