Skip to content

Commit 4526edb

Browse files
committed
🚒
1 parent d641fce commit 4526edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BuildDirTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait BuildDirTrait{
2424
* returns the full raw path to the build dir
2525
*/
2626
protected function getBuildPath(string $subPath):string{
27-
return $this::$buildDir.trim($subPath, '\\/');
27+
return static::$buildDir.trim($subPath, '\\/');
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)