Improve Active Record Segregation Properties
·
3 commits
to production
since this release
protected const A = 'a';
protected const R = 'r';
/**
* @var array<string, <string, string>>
*/
protected static array $activeRecordFqnSegregationPropertiesFqnsMap = [];
The above were added to BaseModel.php that could have a low clash probability.