Skip to content

Commit 38ef0ff

Browse files
committed
correct variable names
1 parent 6d7b184 commit 38ef0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/PathFileController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function file(PathFileEntityInterface $path_file_entity) {
4040
$fid = $path_file_entity->getFid();
4141
$file = File::load($fid);
4242
$uri = $file->getFileUri();
43-
$server_path = $this->file_system->realpath($uri);
43+
$server_path = $this->fileSystem->realpath($uri);
4444

4545
return new BinaryFileResponse($server_path);
4646
}

0 commit comments

Comments
 (0)