<?phpdeclare(strict_types=1);/* * This file is part of SocialImagesBundle. * * (c) Codefog * * @license MIT */namespace Codefog\SocialImagesBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class CodefogSocialImagesBundle extends Bundle{ public function getPath(): string { return \dirname(__DIR__); }}