Skip to content

Commit b7afbd6

Browse files
authored
Fixed missing import of select() function from Laravel Prompts (#98)
1 parent 7db480e commit b7afbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/PublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Illuminate\Support\Str;
88
use Native\Electron\Concerns\LocatesPhpBinary;
99
use Native\Electron\Facades\Updater;
10+
use function Laravel\Prompts\select;
1011

1112
class PublishCommand extends Command
1213
{

0 commit comments

Comments
 (0)