Skip to content

Commit

Permalink
[DI] EnvVarProcessorInterface: fix missing use
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Sep 29, 2017
1 parent 5bc58de commit 9754486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EnvVarProcessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Component\DependencyInjection;

use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/**
* The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
*
Expand Down

0 comments on commit 9754486

Please sign in to comment.