BookStack\Services\AttachmentService::getStorageBasePath PHP Method

getStorageBasePath() private method

This allows us to keep a generic path in the database.
private getStorageBasePath ( ) : string
return string
    private function getStorageBasePath()
    {
        return $this->isLocal() ? 'storage/' : '';
    }