Skip to content

Improve Active Record Segregation Properties

Compare
Choose a tag to compare
@macropay-solutions macropay-solutions released this 12 Jun 08:33
· 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.