mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #824 from fstr/master
Change visibility of markdownParser property to protected
This commit is contained in:
commit
6c77f6f422
@ -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