Skip to content

Commit

Permalink
Merge branch 'master' of github.com:girardinsamuel/masonite-inertia
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Jan 5, 2022
2 parents 5a15574 + b436e32 commit a82f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masonite/inertia/providers/InertiaProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class InertiaProvider(PackageProvider):
"""Masonite adapter for Inertia.js Service Provider."""

def configure(self):
(self.root("masonite/inertia").name("inertia").config("config/inertia.py", publish=True))
self.root("masonite/inertia").name("inertia").config("config/inertia.py", publish=True)
inertia = Inertia(self.application, config("inertia"))
self.application.bind("inertia", inertia)
self.application.make("tests.response").add(InertiaTestingResponse)
Expand Down

0 comments on commit a82f3b5

Please sign in to comment.