We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0179592 commit 9158b39Copy full SHA for 9158b39
1 file changed
README.md
@@ -12,7 +12,7 @@ First pip install:
12
$ pip install masonite-debugbar
13
```
14
15
-Then add the debugbar provider to your providers list:
+Then add the debugbar provider to your providers list **LAST** (as the last provider in the list):
16
17
```python
18
from debugbar.providers import DebugProvider
0 commit comments