fix: tree & guide
This commit is contained in:
@@ -305,7 +305,7 @@ class DocumentResource extends Resource
|
||||
public static function formatFileSize(?int $bytes): string
|
||||
{
|
||||
if ($bytes === null) {
|
||||
return '—';
|
||||
return '-';
|
||||
}
|
||||
|
||||
$units = ['B', 'KB', 'MB', 'GB'];
|
||||
|
||||
Reference in New Issue
Block a user