Skip to content

Commit 1fb131c

Browse files
committed
try w/o size
1 parent cfb88dd commit 1fb131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function logs(): LogReader
5454

5555
public function size(): int
5656
{
57-
return LogViewer::getFilesystem()->size($this->path);
57+
return 0; //LogViewer::getFilesystem()->size($this->path);
5858
}
5959

6060
public function sizeInMB(): float

0 commit comments

Comments
 (0)