Skip to content

Commit 3190536

Browse files
committed
Implemented priority in the middleware
1 parent 43a1360 commit 3190536

File tree

2 files changed

+49
-41
lines changed

2 files changed

+49
-41
lines changed

composer.lock

Lines changed: 47 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Middleware/Oauth1Middleware.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace ApiClients\Foundation\Oauth1\Middleware;
44

5+
use ApiClients\Foundation\Middleware\DefaultPriorityTrait;
56
use ApiClients\Foundation\Middleware\MiddlewareInterface;
67
use ApiClients\Foundation\Middleware\PostTrait;
78
use ApiClients\Foundation\Oauth1\Options;
@@ -19,6 +20,7 @@
1920

2021
class Oauth1Middleware implements MiddlewareInterface
2122
{
23+
use DefaultPriorityTrait;
2224
use PostTrait;
2325

2426
/**

0 commit comments

Comments
 (0)