1
0
mirror of synced 2025-02-10 01:09:26 +03:00

fixed closing tag

This commit is contained in:
Oskar Stark 2017-12-01 15:41:52 +01:00
parent 92dd27fe3f
commit 79e1be8c3d
2 changed files with 2 additions and 2 deletions

View File

@ -103,6 +103,6 @@ class GenerateProxiesCommand extends Command
// Outputting information message // Outputting information message
$ui->newLine(); $ui->newLine();
$ui->text(sprintf('Proxy classes generated to "<info>%s</INFO>"', $destPath)); $ui->text(sprintf('Proxy classes generated to "<info>%s</info>"', $destPath));
} }
} }

View File

@ -109,6 +109,6 @@ class GenerateRepositoriesCommand extends Command
// Outputting information message // Outputting information message
$ui->newLine(); $ui->newLine();
$ui->text(sprintf('Repository classes generated to "<info>%s</INFO>"', $destPath)); $ui->text(sprintf('Repository classes generated to "<info>%s</info>"', $destPath));
} }
} }