Hello!
I have a model Users that is extends class BaseModel. Currently in Devtools I'm trying to run a command:
phalcon model users --force
But every time I do this I'm getting an error:
Fatal error: Class `Models\BaseModel` not found in C:\ ...
What's wrong with me?