Skip to content

Commit c9a88b5

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 1b1e6fa commit c9a88b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listeners/InstallingWorkbench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(
2626
*/
2727
public function handle(InstallStarted $event)
2828
{
29-
if ($event->input->hasOption('basic') && $event->input->getOption('basic') === true) {
29+
if ($event->isBasicInstallation()) {
3030
throw new RuntimeException('Nova Devtool does not support installation with --basic` option');
3131
}
3232

0 commit comments

Comments
 (0)