Skip to content

Commit

Permalink
added back registering local package provider
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Jun 13, 2022
1 parent 1d70640 commit 46abd66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integrations/config/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

from tests.integrations.app.providers import AppProvider

# register local package
from src.masonite.js_routes import JSRoutesProvider

PROVIDERS = [
FrameworkProvider,
HelpersProvider,
Expand All @@ -46,5 +49,6 @@
ValidationProvider,
AuthorizationProvider,
ORMProvider,
JSRoutesProvider,
AppProvider,
]

0 comments on commit 46abd66

Please sign in to comment.