Skip to content

Commit

Permalink
Extension: parsedown is default helper name
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 30, 2015
1 parent af6782e commit b143e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/ParsedownExtraExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ParsedownExtraExtension extends CompilerExtension

/** @var array */
private $defaults = [
'helper' => NULL,
'helper' => 'parsedown',
];

public function loadConfiguration()
Expand Down

0 comments on commit b143e97

Please sign in to comment.