Bolt\Filesystem\FilePermissions::getMaxUploadSizeNice PHP Method

getMaxUploadSizeNice() public method

Get the max upload value in a formatted string.
public getMaxUploadSizeNice ( ) : string
return string
    public function getMaxUploadSizeNice()
    {
        return Lib::formatFilesize($this->getMaxUploadSize());
    }