To excute the following code, it says Model Metas can not find
.
$this->modelsManager->executeQuery("SELECT * from Metas");
but if I specify a namespace, it works:
$this->modelsManager->executeQuery("SELECT * from ABACom\Models\Metas");
How to appoint the default namespace to the PHQL?