Skip to content

Commit

Permalink
add missing queue facade
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Jan 28, 2022
1 parent 66edeec commit fa317d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/masonite/facades/Queue.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .Facade import Facade


class Queue(metaclass=Facade):
key = "queue"
1 change: 1 addition & 0 deletions src/masonite/facades/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
from .Loader import Loader
from .Notification import Notification
from .Storage import Storage
from .Queue import Queue

0 comments on commit fa317d8

Please sign in to comment.