Hello everybody, while in other ORM i can use this:public function getProduct( Product $p) { ... }How can i force a given bean as a method parameter?Should i create a model, pass it and then call unbox() method? Thank you very much.Alberto
public function getProduct( Product $p) { ... }