Skip to content

Commit 3d7edbd

Browse files
committed
Update Application.php
Need tot be method
1 parent 6aea9bd commit 3d7edbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DockerToken/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function configureRoute()
101101
}
102102
}
103103

104-
$token = JWT::encode($token->getArrayCopy, $this['prop.private_key'], 'RS256', $this->getKid());
104+
$token = JWT::encode($token->getArrayCopy(), $this['prop.private_key'], 'RS256', $this->getKid());
105105

106106
return $this->json(
107107
['token' => $token],

0 commit comments

Comments
 (0)