Skip to content

Commit

Permalink
Update FileLocator namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Feb 14, 2011
1 parent bc5f8f7 commit 796592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/ImagineExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Avalanche\Bundle\ImagineBundle\DependencyInjection;

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\FileLocator;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;

class ImagineExtension extends Extension
Expand Down

0 comments on commit 796592e

Please sign in to comment.