Skip to content

Commit c5120a8

Browse files
committed
chore: special symfony naming convention
1 parent c96b1fe commit c5120a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/twig-component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Register the bundle in `config/bundles.php`:
1616
```php
1717
return [
1818
// ...
19-
Html\ComponentBundle\HtmlComponentBundle::class => ['all' => true],
19+
Html\TwigComponentBundle\HtmlTwigComponentBundle::class => ['all' => true],
2020
];
2121
```
2222

templates/twig-component/src/TwigComponentBundle.php renamed to templates/twig-component/src/HtmlTwigComponentBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author vardumper <info@erikpoehler.com>
1313
* @package Html\TwigComponentBundle
1414
*/
15-
class TwigComponentBundle extends Bundle
15+
class HtmlTwigComponentBundle extends Bundle
1616
{
1717
public function getPath(): string
1818
{

0 commit comments

Comments
 (0)