X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FDebug%2FDotenvCommand.php;fp=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FDebug%2FDotenvCommand.php;h=a737a9d6542d553d2f72b7dc87a64e25dc737d55;hp=83cf3cc955baaa8a62004891f15e7f874ef21b12;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/console/src/Command/Debug/DotenvCommand.php b/vendor/drupal/console/src/Command/Debug/DotenvCommand.php index 83cf3cc95..a737a9d65 100644 --- a/vendor/drupal/console/src/Command/Debug/DotenvCommand.php +++ b/vendor/drupal/console/src/Command/Debug/DotenvCommand.php @@ -53,5 +53,7 @@ class DotenvCommand extends Command $fileContent = file_get_contents($envFile); $this->getIo()->writeln($fileContent); + + $this->getIo()->warning('This command is deprecated use instead: `cat .env`'); } }