for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Rinvex\Menus\Presenters;
class NavTabPresenter extends NavbarPresenter
{
/**
* {@inheritdoc}
*/
public function getOpenTagWrapper(): string
return '<ul class="nav nav-tabs">';
}