Skip to content
Snippets Groups Projects
Commit 4ee38b4e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

6.2.3 (20/12/2024)

------------------

- [Fix] Retrait des derniers appels à Unicaen/Console
parent 02ec5343
No related branches found
No related tags found
No related merge requests found
Pipeline #33483 passed
CHANGELOG
=========
6.2.3 (20/12/2024)
------------------
- [Fix] Retrait des derniers appels à Unicaen/Console
6.2.2 (22/11/2024)
------------------
......
......@@ -7,7 +7,7 @@
$params = \UnicaenCode\Util::codeGenerator()->getGenerator('applicationPhpRenderer');
if (!\Unicaen\Console\Console::isConsole()){
if (!\UnicaenCode\Util::inConsole()){
?>
<div class="alert alert-warning">
<span class="glyphicon glyphicon glyphicon-thumbs-up"
......
......@@ -5,7 +5,7 @@
* @var $container \Psr\Container\ContainerInterface
*/
if (!\Unicaen\Console\Console::isConsole()){
if (!\UnicaenCode\Util::inConsole()){
?>
<h1>Création d'une nouvelle vue</h1>
<div class="alert alert-warning">
......
......@@ -7,7 +7,7 @@
\UnicaenCode\Util::codeGenerator()->generer('viewHelper');
if (!\Unicaen\Console\Console::isConsole()) {
if (!\UnicaenCode\Util::inConsole()) {
?>
<h3>Etape 4 : Mise à jour de votre phpRenderer</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment