Skip to content

Commit

Permalink
TracyExtension: added 'editorMapping' default parameter (nette#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskavalek authored and dg committed Jan 29, 2017
1 parent bd15a04 commit 9acdbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bridges/Nette/TracyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class TracyExtension extends Nette\DI\CompilerExtension
'scream' => NULL,
'bar' => [], // of class name
'blueScreen' => [], // of callback
'editorMapping' => [],
];

/** @var bool */
Expand Down

0 comments on commit 9acdbe1

Please sign in to comment.