diff --git a/migrations/Version20241220161843.php b/migrations/Version20241220161843.php index b4369f0..0ca3f69 100644 --- a/migrations/Version20241220161843.php +++ b/migrations/Version20241220161843.php @@ -14,7 +14,7 @@ final class Version20241220161843 extends AbstractMigration { public function getDescription(): string { - return ''; + return 'Use JSONB columns instead of JSON in database'; } public function up(Schema $schema): void diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index fc3ecc5..bf1f270 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -275,10 +275,6 @@ readonly class RDAPService ) ); - if (0 == count($roles)) { - dd($entity); - } - /* * Flatten the array */