Skip to content

Commit

Permalink
Remove final
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 29, 2019
1 parent 0f876d7 commit 260de04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Middleware/VerifyWebhookSignature.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\Config\Repository as Config;

final class VerifyWebhookSignature
class VerifyWebhookSignature
{
/**
* The application instance.
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/VerifyWebhookSignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Symfony\Component\HttpKernel\Exception\HttpException;
use Laravel\Cashier\Http\Middleware\VerifyWebhookSignature;

final class VerifyWebhookSignatureTest extends TestCase
class VerifyWebhookSignatureTest extends TestCase
{
public function tearDown()
{
Expand Down

0 comments on commit 260de04

Please sign in to comment.