We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078ce47 commit 2ac15a2Copy full SHA for 2ac15a2
src/Console/MigrationDiffFilteredOutput.php
@@ -53,6 +53,11 @@ public function getVerbosity(): int
53
return $this->output->getVerbosity();
54
}
55
56
+ public function isSilent(): bool
57
+ {
58
+ return $this->output->isSilent();
59
+ }
60
+
61
public function isQuiet(): bool
62
{
63
return $this->output->isQuiet();
0 commit comments