Skip to content
Snippets Groups Projects
Commit a0c92793 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

core bundle update

parent 584d6f7d
No related branches found
No related tags found
No related merge requests found
Pipeline #102731 passed
......@@ -173,7 +173,7 @@
"source": {
"type": "git",
"url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-core-bundle.git",
"reference": "ad6f2efb52a6dc3c8ee730bc4652a6486e5dd539"
"reference": "d49b851921da73598d5be559b6a1b74ceafe2238"
},
"require": {
"api-platform/core": "^2.6.6",
......@@ -269,7 +269,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-04-17T00:15:35+00:00"
"time": "2022-04-20T12:13:06+00:00"
},
{
"name": "doctrine/annotations",
......
......@@ -5,9 +5,8 @@ declare(strict_types=1);
namespace Dbp\Relay\BaseCourseBundle\Entity;
use ApiPlatform\Core\Annotation\ApiResource;
use Dbp\Relay\CoreBundle\Entity\LocalDataAwareInterface;
use Dbp\Relay\CoreBundle\Entity\LocalDataAwareTrait;
use Symfony\Component\Serializer\Annotation\Groups;
use Dbp\Relay\CoreBundle\LocalData\LocalDataAwareInterface;
use Dbp\Relay\CoreBundle\LocalData\LocalDataAwareTrait;
/**
* @ApiResource(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment