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 Aug 21, 2023
1 parent 2765b43 commit cb721f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Presets/Preset.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ public function basePath(): string
return $this->basePath;
}

/**
* Get the path to the base working directory.
*/
public function vendorPath(): string
{
return "{$this->basePath}/vendor";
}

/**
* Get the path to the resource directory.
*/
Expand Down

0 comments on commit cb721f7

Please sign in to comment.