Skip to content

Commit 6d76cfc

Browse files
committed
[WIP] All Package directory restructure
1 parent a669df9 commit 6d76cfc

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.symfony.bundle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
branches: ["2.x"]
22
maintained_branches: ["2.x"]
3-
doc_dir: "src/Resources/doc"
3+
doc_dir: "doc"
File renamed without changes.
File renamed without changes.

src/TwigComponentBundle.php

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ public function build(ContainerBuilder $container): void
2626
{
2727
$container->addCompilerPass(new TwigComponentPass());
2828
}
29+
30+
public function getPath(): string
31+
{
32+
return \dirname(__DIR__);
33+
}
2934
}

0 commit comments

Comments
 (0)