Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92fd33de2b | |||
| cd8b7e2eae |
@@ -6,9 +6,9 @@ namespace Webfarben\DummyCopier\ContaoManager;
|
|||||||
|
|
||||||
use Webfarben\DummyCopier\DummyCopierBundle;
|
use Webfarben\DummyCopier\DummyCopierBundle;
|
||||||
use Contao\CoreBundle\ContaoCoreBundle;
|
use Contao\CoreBundle\ContaoCoreBundle;
|
||||||
use Contao\ManagerPlugin\Bundle\BundleConfig;
|
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
|
||||||
|
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
|
||||||
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
|
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
|
||||||
use Contao\ManagerPlugin\Bundle\Plugin\BundlePluginInterface;
|
|
||||||
|
|
||||||
class Plugin implements BundlePluginInterface
|
class Plugin implements BundlePluginInterface
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,4 +8,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|||||||
|
|
||||||
class DummyCopierBundle extends Bundle
|
class DummyCopierBundle extends Bundle
|
||||||
{
|
{
|
||||||
|
public function getPath(): string
|
||||||
|
{
|
||||||
|
return \dirname(__DIR__);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user