]> git.agnieray.net Git - galette.git/commitdiff
Fix missing namespace
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 7 Oct 2020 04:41:24 +0000 (06:41 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 7 Oct 2020 04:41:24 +0000 (06:41 +0200)
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Events/ContribListener.php

index 32b96d9dd312bc018b2e99f65a20d4c332a864af..dbaa0efdb65fd6cd63d1a99ebe761420cd3b3aeb 100644 (file)
@@ -50,7 +50,6 @@ use Galette\Core\GaletteMail;
 use Galette\Entity\Texts;
 use Galette\IO\PdfMembersCards;
 use Galette\Repository\PaymentTypes;
-use Galette\Core\Links;
 use Analog\Analog;
 
 /**
index a614a598eca00291d21de23d25633cf37017a4ad..eac7fc0d47e7638468203cbc9d06bb90a248832b 100644 (file)
@@ -39,6 +39,7 @@ namespace Galette\Events;
 use Galette\Core\Db;
 use Galette\Core\GaletteMail;
 use Galette\Core\History;
+use Galette\Core\Links;
 use Galette\Core\Login;
 use Galette\Core\Password;
 use Galette\Core\Preferences;