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 a330e39 commit 97f8f0bCopy full SHA for 97f8f0b
src/Preflight/Preflight.php
@@ -294,7 +294,7 @@ public function preflight($argv)
294
// when preflightArgs->alias() returns an alias name. In all other
295
// instances we will get an alias record, even if it is only a
296
// placeholder 'self' with the root holding the cwd.
297
- $aliasName = $preflightArgs->alias();
+ $aliasName = $this->preflightArgs->alias();
298
throw new \Exception("The alias $aliasName could not be found.");
299
}
300
0 commit comments