|
@@ -221,7 +221,6 @@ class ArrayRepository implements RepositoryInterface
|
|
'name' => $candidate->getName(),
|
|
'name' => $candidate->getName(),
|
|
'description' => $candidate->getDescription(),
|
|
'description' => $candidate->getDescription(),
|
|
'type' => $candidate->getType(),
|
|
'type' => $candidate->getType(),
|
|
- 'repository' => $candidate->getSourceUrl() ?: '',
|
|
|
|
);
|
|
);
|
|
continue 2;
|
|
continue 2;
|
|
}
|
|
}
|