BookStack\Services\UploadService::isLocal PHP Method

isLocal() protected method

Check if using a local filesystem.
protected isLocal ( ) : boolean
return boolean
    protected function isLocal()
    {
        return strtolower(config('filesystems.default')) === 'local';
    }