Skip to content

Commit

Permalink
[11.x] Fixes missing ExecutableFinder import (#52912)
Browse files Browse the repository at this point in the history
* Included ExecutableFinder

* Update PhpExecutableFinder.php

---------

Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
InfinityXTech and crynobone authored Sep 25, 2024
1 parent b17b2bd commit 0f1d0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Process/PhpExecutableFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Illuminate\Support\Process;

use Symfony\Component\Process\ExecutableFinder;
use Symfony\Component\Process\PhpExecutableFinder as SymfonyPhpExecutableFinder;

class PhpExecutableFinder extends SymfonyPhpExecutableFinder
Expand Down

0 comments on commit 0f1d0dc

Please sign in to comment.