|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
namespace Symfony\Framework\SwiftmailerBundle;
|
|
namespace Symfony\Framework\SwiftmailerBundle;
|
|
|
|
|
|
-use Symfony\Foundation\Bundle\Bundle as BaseBundle;
|
|
|
|
|
|
+use Symfony\Foundation\Bundle\Bundle;
|
|
use Symfony\Components\DependencyInjection\ContainerInterface;
|
|
use Symfony\Components\DependencyInjection\ContainerInterface;
|
|
use Symfony\Components\DependencyInjection\Loader\Loader;
|
|
use Symfony\Components\DependencyInjection\Loader\Loader;
|
|
use Symfony\Framework\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension;
|
|
use Symfony\Framework\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension;
|
|
@@ -23,7 +23,7 @@ use Symfony\Framework\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension
|
|
* @subpackage Framework_SwiftmailerBundle
|
|
* @subpackage Framework_SwiftmailerBundle
|
|
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
|
|
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
|
|
*/
|
|
*/
|
|
-class Bundle extends BaseBundle
|
|
|
|
|
|
+class SwiftmailerBundle extends Bundle
|
|
{
|
|
{
|
|
/**
|
|
/**
|
|
* Customizes the Container instance.
|
|
* Customizes the Container instance.
|