We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96b1fe commit c5120a8Copy full SHA for c5120a8
2 files changed
templates/twig-component/README.md
@@ -16,7 +16,7 @@ Register the bundle in `config/bundles.php`:
16
```php
17
return [
18
// ...
19
- Html\ComponentBundle\HtmlComponentBundle::class => ['all' => true],
+ Html\TwigComponentBundle\HtmlTwigComponentBundle::class => ['all' => true],
20
];
21
```
22
…ig-component/src/TwigComponentBundle.php …omponent/src/HtmlTwigComponentBundle.phptemplates/twig-component/src/TwigComponentBundle.php renamed to templates/twig-component/src/HtmlTwigComponentBundle.php
@@ -12,7 +12,7 @@
12
* @author vardumper <info@erikpoehler.com>
13
* @package Html\TwigComponentBundle
14
*/
15
-class TwigComponentBundle extends Bundle
+class HtmlTwigComponentBundle extends Bundle
{
public function getPath(): string
0 commit comments