diff options
Diffstat (limited to 'apps/files_trashbin/lib/Sabre/ITrash.php')
-rw-r--r-- | apps/files_trashbin/lib/Sabre/ITrash.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/lib/Sabre/ITrash.php b/apps/files_trashbin/lib/Sabre/ITrash.php index 7a05fbe9507..4bb74161c12 100644 --- a/apps/files_trashbin/lib/Sabre/ITrash.php +++ b/apps/files_trashbin/lib/Sabre/ITrash.php @@ -21,6 +21,7 @@ declare(strict_types=1); * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ + namespace OCA\Files_Trashbin\Sabre; use OCP\Files\FileInfo; |