Skip to content
Snippets Groups Projects
Commit 8ae69d5f authored by Daniel Speicher's avatar Daniel Speicher
Browse files

Issue #3442076: Implement interfaces of framework

parent 2df4eee1
No related branches found
No related tags found
No related merge requests found
Pipeline #158290 passed with warnings
......@@ -94,7 +94,7 @@ class GitLab extends PluginBase {
foreach ($this->getClient($helpdesk)->issues()
->all(295, [
'per_page' => 100,
'updated_after' => $modifiedDate
'updated_after' => $modifiedDate,
]) as $incident) {
/** @var \Drupal\helpdesk_integration\IssueInterface $issue */
$issue = Issue::create([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment