Skip to content

Commit 27c864e

Browse files
committed
fix: add LocatesPhpBinary trait to BundleCommand
1 parent b5b7972 commit 27c864e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/BundleCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Native\Electron\Traits\HandlesZephpyr;
1515
use Native\Electron\Traits\HasPreAndPostProcessing;
1616
use Native\Electron\Traits\InstallsAppIcon;
17+
use Native\Electron\Traits\LocatesPhpBinary;
1718
use Native\Electron\Traits\PrunesVendorDirectory;
1819
use Native\Electron\Traits\SetsAppName;
1920
use Symfony\Component\Finder\Finder;
@@ -28,6 +29,7 @@ class BundleCommand extends Command
2829
use HandlesZephpyr;
2930
use HasPreAndPostProcessing;
3031
use InstallsAppIcon;
32+
use LocatesPhpBinary;
3133
use PrunesVendorDirectory;
3234
use SetsAppName;
3335

0 commit comments

Comments
 (0)