Skip to content

Commit

Permalink
🚒
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jan 7, 2024
1 parent d641fce commit 4526edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BuildDirTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait BuildDirTrait{
* returns the full raw path to the build dir
*/
protected function getBuildPath(string $subPath):string{
return $this::$buildDir.trim($subPath, '\\/');
return static::$buildDir.trim($subPath, '\\/');
}

/**
Expand Down

0 comments on commit 4526edb

Please sign in to comment.