Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 3, 2025
1 parent 4680d1f commit 5afcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Actions/CreateVendorSymlink.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function handle(Application $app): void
try {
$filesystem->link($this->workingPath, $appVendorPath);

$app[PackageManifest::class]->build();
$app->make(PackageManifest::class)->build();

$vendorLinkCreated = true;
} catch (ErrorException $e) {
Expand Down

0 comments on commit 5afcfa4

Please sign in to comment.