Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/wpide/vendor/league/flysystem/src/Adapter/
Upload File :
Current File : /var/www/html/wp-content/plugins/wpide/vendor/league/flysystem/src/Adapter/CanOverwriteFiles.php

<?php


namespace League\Flysystem\Adapter;

/**
 * Adapters that implement this interface let the Filesystem know that files can be overwritten using the write
 * functions and don't need the update function to be called. This can help improve performance when asserts are disabled.
 */
interface CanOverwriteFiles
{
}