Skip to content

Commit 1cbe6b6

Browse files
committed
Fix namespace in WorkflowRequest
1 parent 6337900 commit 1cbe6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Requests/Workflow/WorkflowRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Atlassian\JiraRest\Requests\User;
3+
namespace Atlassian\JiraRest\Requests\Workflow;
44

55
use Atlassian\JiraRest\Requests\AbstractRequest;
66

@@ -31,4 +31,4 @@ public function getApi()
3131
{
3232
return 'rest/api/3';
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)