Update on v5.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:59 +02:00
parent 92a14a44f5
commit 9284115e8d
58 changed files with 60 additions and 60 deletions

View File

@ -329,7 +329,7 @@ class Dynamic_getController 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