From 46bc906cf9fc748af611da249dacb1585714dbe0 Mon Sep 17 00:00:00 2001
From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at>
Date: Thu, 12 Aug 2021 13:33:16 +0200
Subject: [PATCH] Remove unneeded line of code

---
 src/Service/ExternalApi.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Service/ExternalApi.php b/src/Service/ExternalApi.php
index a5e0b10..9668b5c 100644
--- a/src/Service/ExternalApi.php
+++ b/src/Service/ExternalApi.php
@@ -12,8 +12,6 @@ class ExternalApi implements PlaceProviderInterface
 
     public function __construct(MyCustomService $service)
     {
-        $service = $service;
-
         $this->places = [];
         $place1 = new Place();
         $place1->setIdentifier('graz');
-- 
GitLab