Skip to content

Commit

Permalink
Update namespace in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Oct 1, 2020
1 parent 361f703 commit 096acbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once everything is configured, the builder gives you a fully functional containe
<?php
declare(strict_types=1);

namespace Me\MyApplication\DI;
namespace Me\MyApplication\Config;

use Lcobucci\DependencyInjection\ContainerBuilder;

Expand Down Expand Up @@ -47,7 +47,7 @@ You may use the following configuration file as inspiration for your projects (u
<?php
declare(strict_types=1);

namespace Me\MyApplication\DI;
namespace Me\MyApplication\Config;

use Lcobucci\DependencyInjection\ContainerBuilder;

Expand Down

0 comments on commit 096acbb

Please sign in to comment.