From 53c1fbcff6eb70509217a48661d3bf6400bab9b6 Mon Sep 17 00:00:00 2001 From: Jonas Raoni Soares da Silva Date: Wed, 31 Jul 2024 17:40:16 +0300 Subject: [PATCH] pkp/pkp-lib#10249 Namespaced --- .../upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/classes/migration/upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php b/classes/migration/upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php index 8d53d14d68b..c433a6da492 100644 --- a/classes/migration/upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php +++ b/classes/migration/upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php @@ -14,8 +14,11 @@ * @see https://github.com/pkp/pkp-lib/issues/10249 */ +namespace PKP\migration\upgrade\v3_4_0; + use Illuminate\Support\Collection; use Illuminate\Support\Facades\DB; +use PKP\config\Config; use PKP\install\DowngradeNotSupportedException; class I10249_FixProfileImageDataLoss extends \PKP\migration\Migration