Skip to content

Commit

Permalink
Merge branch 'master' of github.com:renoki-co/laravel-aws-webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jul 24, 2020
2 parents 33f65b2 + ff4e3e9 commit 18cfb5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/CloudwatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace RenokiCo\AwsWebhooks\Test;

use RenokiCo\AwsWebhooks\Http\Controllers\SesWebhook;

class CloudwatchTest extends TestCase
{
public function test_callable_methods()
Expand Down
1 change: 0 additions & 1 deletion tests/Controllers/CloudwatchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace RenokiCo\AwsWebhooks\Test\Controllers;

use Illuminate\Http\Request;
use RenokiCo\AwsWebhooks\Http\Controllers\CloudwatchWebhook;

class CloudwatchController extends CloudwatchWebhook
Expand Down
1 change: 0 additions & 1 deletion tests/Controllers/SesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace RenokiCo\AwsWebhooks\Test\Controllers;

use Illuminate\Http\Request;
use RenokiCo\AwsWebhooks\Http\Controllers\SesWebhook;

class SesController extends SesWebhook
Expand Down

0 comments on commit 18cfb5e

Please sign in to comment.