Skip to content

Commit

Permalink
fix: remove unnecessary static term
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Oct 16, 2024
1 parent a05a2b4 commit 0e7f30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onlyofficeAppRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getFileUrlForConvert()
*
* @return array
*/
private static function createTempFile()
private function createTempFile()
{
$fileUrl = null;
$fileName = 'convert.docx';
Expand Down

0 comments on commit 0e7f30d

Please sign in to comment.