From 70fd8ed12824d0a160d5f397c347f3bbf320fc0e Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Thu, 4 Sep 2025 11:20:14 +0200 Subject: [PATCH] Rename file --- core/{backgroundtask.class.inc.php => BackgroundTask.php} | 0 core/{dbproperty.class.inc.php => DBProperty.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename core/{backgroundtask.class.inc.php => BackgroundTask.php} (100%) rename core/{dbproperty.class.inc.php => DBProperty.php} (100%) diff --git a/core/backgroundtask.class.inc.php b/core/BackgroundTask.php similarity index 100% rename from core/backgroundtask.class.inc.php rename to core/BackgroundTask.php diff --git a/core/dbproperty.class.inc.php b/core/DBProperty.php similarity index 100% rename from core/dbproperty.class.inc.php rename to core/DBProperty.php