Slim3 Elequent model request object

I am using elequent ORM. i need reach request object from model. How can i do it? Please help me.

If your models rely on the request object you’ve probably made some architectural mistake but if you really want you can just pass it down from your Controller/Action class, do something with it and pass it back up.