Skip to content

Commit cff8c53

Browse files
authored
Fix syntax error
1 parent 460a6f9 commit cff8c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/request-authorization-middleware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and add::
2323

2424
use Authorization\Policy\RequestPolicyInterface;
2525
use Cake\Http\ServerRequest;
26-
use Authorization\Policy\ResultInterface
26+
use Authorization\Policy\ResultInterface;
2727

2828
class RequestPolicy implements RequestPolicyInterface
2929
{

0 commit comments

Comments
 (0)