Source of file TICMakeBundle.php
Size: 0,192 Bytes - Last Modified: 2023-11-16T22:56:03+01:00
/home/websites/teicee/packagist/site/phpdoc/conf/../vendor/teicee/make-bundle/src/TICMakeBundle.php
| 123456789101112131415 | <?phpnamespace TIC\MakeBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class TICMakeBundle extends Bundle {public function getPath(): string { return \dirname(__DIR__); } } |