From: Johan Cwiklinski Date: Wed, 7 Oct 2020 04:41:24 +0000 (+0200) Subject: Fix missing namespace X-Git-Tag: 0.9.4.1~15 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=b40b30902ca625a234a9f69a69689f2a40462de7;p=galette.git Fix missing namespace --- diff --git a/galette/lib/Galette/Controllers/Crud/ContributionsController.php b/galette/lib/Galette/Controllers/Crud/ContributionsController.php index 32b96d9dd..dbaa0efdb 100644 --- a/galette/lib/Galette/Controllers/Crud/ContributionsController.php +++ b/galette/lib/Galette/Controllers/Crud/ContributionsController.php @@ -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; /** diff --git a/galette/lib/Galette/Events/ContribListener.php b/galette/lib/Galette/Events/ContribListener.php index a614a598e..eac7fc0d4 100644 --- a/galette/lib/Galette/Events/ContribListener.php +++ b/galette/lib/Galette/Events/ContribListener.php @@ -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;