Merge pull request #5068 from marvil07/20230113-cs-fix

Remove a couple of unused use statements
pull/5071/head
Angel Fernando Quiroz Campos 2 years ago committed by GitHub
commit fbf8bd39c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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