We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ce4ed commit 7260d6dCopy full SHA for 7260d6d
config/application.py
@@ -10,7 +10,7 @@
10
any other location as required by the application or its packages.
11
"""
12
13
-NAME = env('APP_NAME', 'Masonite 2.1')
+NAME = env('APP_NAME', 'Masonite 2.2')
14
15
"""Application Debug Mode
16
When your application is in debug mode, detailed error messages with
0 commit comments