vpietri/magento2-developer-quickdevbar

View on GitHub
Block/Tab/Content/Help.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ADM\QuickDevBar\Block\Tab\Content;

class Help extends \ADM\QuickDevBar\Block\Tab\Panel
{


    public function getModuleVersion()
    {
        return $this->helper->getModuleVersion($this->getModuleName());
    }
}