mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Change visibility of markdownParser property to protected, to improve extendability
This commit is contained in:
parent
718dfc6e9c
commit
b510dd2c70
@ -6,7 +6,7 @@ use Michelf\MarkdownExtra;
|
||||
|
||||
class MarkdownExtension extends \Twig_Extension
|
||||
{
|
||||
private $markdownParser;
|
||||
protected $markdownParser;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user