mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚒
This commit is contained in:
@@ -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, '\\/');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user