I'm trying to figure out how to do a $this->security->hash(...)
inside a function of my model, but the far I've get is FactoryDefault::getDefault()->getService("security")
. Which is the small detail I skipped out?
I'm trying to figure out how to do a $this->security->hash(...)
inside a function of my model, but the far I've get is FactoryDefault::getDefault()->getService("security")
. Which is the small detail I skipped out?