for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hipanel\modules\server\widgets;
use hipanel\modules\server\grid\ServerGridLegend;
/**
* Class ServerNameBadge
*
* @author Dmytro Naumenko <[email protected]>
*/
class ServerNameBadge extends AbstractNameBadge
{
* @var string
public $gridLegendClass = ServerGridLegend::class;
}