Skip to content

Commit

Permalink
The parameter is incorrect config (#166)
Browse files Browse the repository at this point in the history
my bad. Sorry for that. Thanks!
  • Loading branch information
GT-Volk authored and dynasource committed Nov 11, 2016
1 parent 0767803 commit 5370923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ return [
'modules' => [
'debug' => [
'class' => 'yii\debug\Module',
'traceLink' => '<a href="phpstorm://open?url={file}&line={line}">{file}:{line}</a>',
'traceLine' => '<a href="phpstorm://open?url={file}&line={line}">{file}:{line}</a>',
],
// ...
],
Expand Down

0 comments on commit 5370923

Please sign in to comment.