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.
2 parents 132b658 + fd25026 commit 90ce06eCopy full SHA for 90ce06e
src/Illuminate/Workbench/Console/WorkbenchMakeCommand.php
@@ -69,7 +69,7 @@ public function fire()
69
// generated for the package. This will allow the devs to start migrating.
70
if ($this->input->getOption('composer'))
71
{
72
- $this->comment('Installing depenencies for workbench...');
+ $this->comment('Installing dependencies for workbench...');
73
74
$this->callComposerUpdate($workbench);
75
}
@@ -120,4 +120,4 @@ protected function getOptions()
120
);
121
122
123
-}
+}
0 commit comments