Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
namespace Knp\Bundle\SnappyBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class KnpSnappyBundle extends BaseBundle
{
/**
* {@inheritdoc}
*/
public function getNamespace(): string
{
return __NAMESPACE__;
}
/**
* {@inheritdoc}
*/
public function getPath(): string
{
return strtr(__DIR__, '\\', '/');
}
}