diff options
Diffstat (limited to 'phpBB/phpbb/di/pass/collection_pass.php')
| -rw-r--r-- | phpBB/phpbb/di/pass/collection_pass.php | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/phpBB/phpbb/di/pass/collection_pass.php b/phpBB/phpbb/di/pass/collection_pass.php index 63a5c7dfc4..ffc5a41f6d 100644 --- a/phpBB/phpbb/di/pass/collection_pass.php +++ b/phpBB/phpbb/di/pass/collection_pass.php @@ -7,6 +7,8 @@  *  */ +namespace phpbb\di\pass; +  /**  * @ignore  */ @@ -23,7 +25,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;  * the services tagged with the appropriate name defined in the collection's  * service_collection tag.  */ -class phpbb_di_pass_collection_pass implements CompilerPassInterface +class collection_pass implements CompilerPassInterface  {  	/**  	* Modify the container before it is passed to the rest of the code | 
