| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | */ |
| 12 | 12 | abstract class Model { |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * List of data fields keyed to their current values. Will be initialised with default values. | |
| 15 | + * List of data fields keyed to their current values. Will be initialized with default values. | |
| 16 | 16 | * |
| 17 | 17 | * @var array<string, mixed> |
| 18 | 18 | */ |
| 19 | 19 | protected array $fields; |