We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5e749 commit b31a867Copy full SHA for b31a867
tests/Concerns/GeneratesSnsMessages.php renamed to src/Concerns/GeneratesSnsMessages.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace RenokiCo\AwsWebhooks\Test\Concerns;
+namespace RenokiCo\AwsWebhooks\Concerns;
4
5
use Aws\Sns\Message;
6
use Aws\Sns\MessageValidator;
tests/TestCase.php
@@ -6,7 +6,7 @@
7
abstract class TestCase extends Orchestra
8
{
9
- use Concerns\GeneratesSnsMessages;
+ use \RenokiCo\AwsWebhooks\Concerns\GeneratesSnsMessages;
10
11
/**
12
* {@inheritdoc}
0 commit comments