| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | public function __construct(string $authCorpId, string $permanentCode, OpenWork $component, array $prepends = []) |
||
| 33 | { |
||
| 34 | parent::__construct($component->getConfig(), $prepends + [ |
||
| 35 | 'access_token' => function ($app) use ($authCorpId, $permanentCode, $component) { |
||
| 36 | return new AccessToken($app, $authCorpId, $permanentCode, $component); |
||
| 37 | } |
||
| 41 |