Skip to content

Commit

Permalink
Fix namespacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Thompson authored and Brian Thompson committed Aug 14, 2018
1 parent 370f5d3 commit 369ccb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php": ">=5.4"
},
"autoload": {
"psr-4": { "Pantheon\\TerminusFiler\\": "src" }
"psr-4": { "Pantheon\\TerminusStooges\\": "src" }
},
"extra": {
"terminus": {
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/StoogesCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Pantheon\TerminusFiler\Commands;
namespace Pantheon\TerminusStooges\Commands;

use Pantheon\Terminus\Collections\Domains;
use Pantheon\Terminus\Collections\Environments;
Expand Down

0 comments on commit 369ccb5

Please sign in to comment.