This commit is contained in:
2021-04-15 15:51:37 +08:00
parent 2fb19c6e0f
commit 6c30fd8aa2
+1 -1
View File
@@ -68,7 +68,7 @@ class File
public function getContent(): string
{
// $open = fopen($this->getTmpPath(), 'r');
var_dump(file_get_contents('php://temp'));
var_dump(file_get_contents($this->getTmpPath()));
return '';