改名
This commit is contained in:
@@ -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 '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user