|
@@ -1,6 +1,6 @@
|
|
|
<?php
|
|
|
|
|
|
-namespace Symfony\Foundation\Bundle;
|
|
|
+namespace Symfony\Framework\Bundle;
|
|
|
|
|
|
use Symfony\Components\DependencyInjection\ContainerInterface;
|
|
|
use Symfony\Components\Console\Application;
|
|
@@ -107,7 +107,7 @@ abstract class Bundle implements BundleInterface
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation\Bundle;
|
|
|
+namespace Symfony\Framework\Bundle;
|
|
|
|
|
|
use Symfony\Components\DependencyInjection\ContainerInterface;
|
|
|
|
|
@@ -127,11 +127,11 @@ interface BundleInterface
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation;
|
|
|
+namespace Symfony\Framework;
|
|
|
|
|
|
-use Symfony\Foundation\Bundle\Bundle;
|
|
|
-use Symfony\Foundation\ClassCollectionLoader;
|
|
|
-use Symfony\Foundation\DependencyInjection\KernelExtension;
|
|
|
+use Symfony\Framework\Bundle\Bundle;
|
|
|
+use Symfony\Framework\ClassCollectionLoader;
|
|
|
+use Symfony\Framework\DependencyInjection\KernelExtension;
|
|
|
use Symfony\Components\DependencyInjection\ContainerInterface;
|
|
|
use Symfony\Components\DependencyInjection\Loader\Loader;
|
|
|
use Symfony\Components\DependencyInjection\Loader\XmlFileLoader;
|
|
@@ -172,7 +172,7 @@ class KernelBundle extends Bundle
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation\DependencyInjection;
|
|
|
+namespace Symfony\Framework\DependencyInjection;
|
|
|
|
|
|
use Symfony\Components\DependencyInjection\Loader\LoaderExtension;
|
|
|
use Symfony\Components\DependencyInjection\Loader\XmlFileLoader;
|
|
@@ -296,7 +296,7 @@ class KernelExtension extends LoaderExtension
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation\Debug;
|
|
|
+namespace Symfony\Framework\Debug;
|
|
|
|
|
|
|
|
|
|
|
@@ -344,7 +344,7 @@ class ErrorHandler
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation;
|
|
|
+namespace Symfony\Framework;
|
|
|
|
|
|
|
|
|
|
|
@@ -430,7 +430,7 @@ class ClassCollectionLoader
|
|
|
}
|
|
|
|
|
|
|
|
|
-namespace Symfony\Foundation;
|
|
|
+namespace Symfony\Framework;
|
|
|
|
|
|
use Symfony\Components\EventDispatcher\EventDispatcher as BaseEventDispatcher;
|
|
|
use Symfony\Components\EventDispatcher\Event;
|