Skip to content
Snippets Groups Projects
Commit 46bc906c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove unneeded line of code

parent 0cbc1080
No related branches found
No related tags found
No related merge requests found
Pipeline #105744 passed with warnings
......@@ -12,8 +12,6 @@ class ExternalApi implements PlaceProviderInterface
public function __construct(MyCustomService $service)
{
$service = $service;
$this->places = [];
$place1 = new Place();
$place1->setIdentifier('graz');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment