Skip to content

Conversation

@eaguad1337
Copy link
Member

@eaguad1337 eaguad1337 commented Oct 9, 2023

Fix container call #237


```python
from wsgi import container
from masonite.container import Container
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this even right? shouldnt it be

from wsgi import application
from masonite import Queue
...
def handle(self):
        queue = application.make(Queue)
        queue.push(..)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly I don't know what is the correct way to do it.
I tried to follow the documentation and I couldn't so if you think that's the correct way I believe you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants