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 5c3316b commit c2a0d22Copy full SHA for c2a0d22
Command/DiffFileCommand.php
@@ -21,7 +21,7 @@ protected function configure()
21
{
22
parent::configure();
23
24
- $this->addOption('check', null, InputOption::VALUE_NONE, 'Check that all migrations have been created.')
+ $this->addOption('check', null, InputOption::VALUE_NONE, 'Check that all migrations have been created.');
25
}
26
27
/**
0 commit comments