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.
2 parents af393ba + 36bf77e commit eb3234bCopy full SHA for eb3234b
README.md
@@ -79,7 +79,7 @@ $enabler->activate(true);
79
### Options
80
- `$enabler->activate(true)` - force to Debug Mode turn on,
81
- `$enabler->activate(false)` - force to Debug Mode turn off,
82
-- `$enabler->deactivate(false)` - reset back to automatically detection by environment.
+- `$enabler->deactivate()` - reset back to automatically detection by environment.
83
84
### Using with Nette
85
Debug Mode Enabler (unlike Debug Mode Detector) can be simply served through DI Container with configuration in `config.neon`:
0 commit comments