File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Package is optimized for invoking in very early lifecycle phase of your App
20
20
## Requirements
21
21
Package requires:
22
22
23
- - PHP version 7.4, 8.0 or 8.1
23
+ - PHP version 7.4, 8.0, 8.1 or 8.2
24
24
25
25
Enabler requires:
26
26
@@ -169,7 +169,7 @@ $detector->isDebugMode(); // <---- this invoke all Plugins
169
169
` SignUrl` plugin provide secure way to share link with activated Debug Mode.
170
170
171
171
` ` ` php
172
- $plugin = new \R edbitcz\D ebugMode\P lugin\S ignedUrl('secretkey', 'HS256', 'https://myapp.cz');
172
+ $plugin = \R edbitcz\D ebugMode\P lugin\S ignedUrl::create ('secretkey', 'HS256', 'https://myapp.cz');
173
173
$detector->appendPlugin($plugin);
174
174
175
175
$signedUrl = $plugin->signUrl('https://myapp.cz/failingPage', '+1 hour');
You can’t perform that action at this time.
0 commit comments