Skip to content

Commit

Permalink
Fix namespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
covobo committed Feb 6, 2019
1 parent 799a50d commit ed4dd2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

"autoload": {
"psr-4": {
"Wizbit\\Bundle\\GuzzleBundleCachePlugin\\": "src"
"Wizbit\\Bundle\\GuzzleBundleMiddlewarePlugin\\": "src"
}
},

"autoload-dev": {
"psr-4": {
"Wizbit\\Bundle\\GuzzleBundleCachePlugin\\Tests\\": "tests"
"Wizbit\\Bundle\\GuzzleBundleMiddlewarePlugin\\Tests\\": "tests"
}
}
}
2 changes: 1 addition & 1 deletion src/GuzzleBundleMiddlewarePlugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Wizbit\Bundle\GuzzleBundleCachePlugin;
namespace Wizbit\Bundle\GuzzleBundleMiddlewarePlugin;

use EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundlePlugin;
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
Expand Down

0 comments on commit ed4dd2d

Please sign in to comment.