Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 237 #238

Open
wants to merge 1 commit into
base: v4.0
Choose a base branch
from
Open

fix: 237 #238

wants to merge 1 commit into from

Conversation

eaguad1337
Copy link
Member

@eaguad1337 eaguad1337 commented Oct 9, 2023

Fix container call #237

@@ -254,13 +254,13 @@ If you need to utilize a container outside the normal flow of Masonite like insi
This would look something like:

```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