<?php/** * Created by PhpStorm. * User: alexandr * Date: 2019-04-07 * Time: 11:44 */namespace App\Zet\V8Bundle;use App\Zet\V8Bundle\DependencyInjection\ZetV8Extension;use Symfony\Component\HttpKernel\Bundle\Bundle;class ZetV8Bundle extends Bundle{ public function getContainerExtension(){ return new ZetV8Extension(); }}