Skip to content

Commit 0bbe704

Browse files
committed
chore: add missing import for Laravel prompt confirmation function
1 parent 1b6b379 commit 0bbe704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/NodeSetupValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Magento\Framework\Filesystem\Driver\File as FileDriver;
88
use Symfony\Component\Console\Style\SymfonyStyle;
9-
9+
use function Laravel\Prompts\confirm;
1010
/**
1111
* Service for validating and restoring Node.js setup files for Magento Standard themes
1212
*/

0 commit comments

Comments
 (0)