OwlCyberSecurity - MANAGER
Edit File: ParserInterface.php
<?php namespace Nextend\Framework\Parser\Link; interface ParserInterface { public function parse($argument, &$attributes); }