fixed closing tag
This commit is contained in:
parent
92dd27fe3f
commit
79e1be8c3d
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user