Skip to content

Commit 7085561

Browse files
committed
Fix wat foutjes in de rebase
1 parent f629839 commit 7085561

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

lib/Kernel.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ protected function configureContainer(ContainerConfigurator $container): void
4848
}
4949
}
5050

51-
/** @return void */
52-
public function boot()
51+
public function boot(): void
5352
{
5453
parent::boot();
5554
ContainerFacade::init($this->container);

lib/controller/api/v3/ApiInfoController.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Symfony\Component\HttpFoundation\JsonResponse;
88
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
99
use Symfony\Component\Routing\Attribute\Route;
10-
use Symfony\Component\Routing\Annotation\Route;
1110
use Symfony\Bundle\SecurityBundle\Security;
1211
use League\Bundle\OAuth2ServerBundle\Security\Authentication\Token\OAuth2Token;
1312

lib/entity/groepen/Verticale.php

-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
class Verticale extends Groep
2424
{
2525
/**
26-
<<<<<<< HEAD
2726
* Primary key
2827
* @var string
2928
*/
@@ -45,14 +44,6 @@ class Verticale extends Groep
4544
#[Serializer\Groups(['datatable', 'log', 'vue'])]
4645
#[ORM\Column(type: 'stringkey', unique: true)]
4746
public $naam;
48-
=======
49-
* Primary key
50-
* @var string
51-
*/
52-
#[ORM\Column(type: 'string', unique: true, length: 1, options: ['fixed' => true])]
53-
#[Serializer\Groups(['datatable', 'log', 'vue'])]
54-
public $letter;
55-
>>>>>>> 293c8a774 (Fix meer problemen)
5647

5748
// Stiekem hebben we helemaal geen leden.
5849
public function getLeden()

lib/view/toestemming/ToestemmingModalForm.php

-4
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ public function __construct(
6161
}
6262
}
6363

64-
<<<<<<< HEAD
6564
$twig = ContainerFacade::getContainer()->get('csr.hack.twig');
66-
=======
67-
$twig = ContainerFacade::getContainer()->get(Environment::class);
68-
>>>>>>> 293c8a774 (Fix meer problemen)
6965

7066
$this->addFields([
7167
new HtmlComment(

0 commit comments

Comments
 (0)