app/Debug/DebugBar/JavascriptRenderer.php
<?php
/**
* Renders the debug bar using the client side javascript implementation.
*
* @package Debug
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
*/
namespace App\Debug\DebugBar;
/**
* Renders the debug bar using the client side javascript implementation.
*/
class JavascriptRenderer extends \DebugBar\JavascriptRenderer
{
}