Skip to content

Commit 88c884a

Browse files
author
Christoph Rumpel
authored
Merge pull request #22 from bmitch/namespacefix
Fix namespace casing
2 parents bd05b60 + cda4bdf commit 88c884a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/TwitterDirectMessageTest.php

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

3-
namespace NotificationChannels\TWitter\Test;
3+
namespace NotificationChannels\Twitter\Test;
44

55
use NotificationChannels\Twitter\TwitterDirectMessage;
66

tests/TwitterStatusUpdateTest.php

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

3-
namespace NotificationChannels\TWitter\Test;
3+
namespace NotificationChannels\Twitter\Test;
44

55
use NotificationChannels\Twitter\TwitterStatusUpdate;
66

0 commit comments

Comments
 (0)