Fix: set bundle path to package root for Contao resources
This commit is contained in:
@@ -8,4 +8,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class DummyCopierBundle extends Bundle
|
||||
{
|
||||
public function getPath(): string
|
||||
{
|
||||
return \dirname(__DIR__);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user