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 1b1e6fa commit c9a88b5Copy full SHA for c9a88b5
src/Listeners/InstallingWorkbench.php
@@ -26,7 +26,7 @@ public function __construct(
26
*/
27
public function handle(InstallStarted $event)
28
{
29
- if ($event->input->hasOption('basic') && $event->input->getOption('basic') === true) {
+ if ($event->isBasicInstallation()) {
30
throw new RuntimeException('Nova Devtool does not support installation with --basic` option');
31
}
32
0 commit comments