mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Change visibility of markdownParser property to protected, to improve extendability
This commit is contained in:
parent
718dfc6e9c
commit
b510dd2c70
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use Michelf\MarkdownExtra;
|
|||
|
||||
class MarkdownExtension extends \Twig_Extension
|
||||
{
|
||||
private $markdownParser;
|
||||
protected $markdownParser;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue