Remove a couple of unused use statements

pull/5068/head
Marco Villegas 10 months ago
parent fd3acd167d
commit 2f0b1f966e
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20240112193100.php

@ -7,9 +7,7 @@ declare(strict_types=1);
namespace Chamilo\CoreBundle\Migrations\Schema\V200;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\Schema;
use Exception;
final class Version20240112193100 extends AbstractMigrationChamilo
{

Loading…
Cancel
Save