Skip to content

Commit

Permalink
Merge 4913bf9 into da03457
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavmule committed May 24, 2019
2 parents da03457 + 4913bf9 commit 2eed554
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions masonite/snippets/scaffold/job.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
""" A {{ class }} Queue Job """
"""A {{ class }} Queue Job"""

from masonite.queues import Queueable


class {{ class }}(Queueable):
"""A {{ class }} Job
"""
"""A {{ class }} Job"""

def __init__(self):
"""A {{ class }} Constructor
"""

"""A {{ class }} Constructor"""
pass

def handle(self):
"""Logic to handle the job
"""

"""Logic to handle the job"""
pass

0 comments on commit 2eed554

Please sign in to comment.