Update on v4.0.1-beta2 (changes towards the next release)

Here's an update on the current version, which includes changes towards the next release still in development.
This commit is contained in:
2024-07-18 14:57:56 +02:00
parent eedebc4043
commit d567f593e2
58 changed files with 60 additions and 60 deletions

View File

@ -329,7 +329,7 @@ class Component_admin_viewsController extends FormController
* Function that allows child controller access to model data
* after the data has been saved.
*
* @param BaseDatabaseModel &$model The data model object.
* @param BaseDatabaseModel $model The data model object.
* @param array $validData The validated data.
*
* @return void