Skip to content

Commit

Permalink
pkp#10249 Namespaced
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Jul 31, 2024
1 parent df67d23 commit 53c1fbc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c1fbc

Please sign in to comment.