Skip to content

Commit cda4bdf

Browse files
committed
Fix namespace casing
1 parent bd05b60 commit cda4bdf

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)