Skip to content

Commit 369ccb5

Browse files
Brian ThompsonBrian Thompson
Brian Thompson
authored and
Brian Thompson
committed
Fix namespacing.
1 parent 370f5d3 commit 369ccb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": ">=5.4"
99
},
1010
"autoload": {
11-
"psr-4": { "Pantheon\\TerminusFiler\\": "src" }
11+
"psr-4": { "Pantheon\\TerminusStooges\\": "src" }
1212
},
1313
"extra": {
1414
"terminus": {

src/Commands/StoogesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Pantheon\TerminusFiler\Commands;
3+
namespace Pantheon\TerminusStooges\Commands;
44

55
use Pantheon\Terminus\Collections\Domains;
66
use Pantheon\Terminus\Collections\Environments;

0 commit comments

Comments
 (0)