Is this expected?
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L94
I thought that by having AM there is no need for ORM, however, I see some references to ORM in the auth driver. But in other places it references AM_ORM
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L58
Shouldn't AM be self-contained and not require ORM?
Is this expected?
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L94
I thought that by having AM there is no need for ORM, however, I see some references to ORM in the auth driver. But in other places it references AM_ORM
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L58
Shouldn't AM be self-contained and not require ORM?