Browse Source

:fire_engine:

smiley 2 years ago
parent
commit
4526edb453
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/BuildDirTrait.php

+ 1 - 1
tests/BuildDirTrait.php

@@ -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, '\\/');
 	}
 
 	/**