aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-23 14:52:16 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-23 14:52:16 +0100
commit30d985b639b2def47ace858e00c1bb6a44e9d682 (patch)
tree1b5001328d19238b32dcdf68b90931bdf117cb79 /apps/theming/lib
parent2f27f122e167f27f1b09c3a4c9b70754ab953e88 (diff)
downloadnextcloud-server-30d985b639b2def47ace858e00c1bb6a44e9d682.tar.gz
nextcloud-server-30d985b639b2def47ace858e00c1bb6a44e9d682.zip
Migrate leafo/scssphp to scssphp/scssphp
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/Util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php
index 41a6a712e59..9e4efb6a4dc 100644
--- a/apps/theming/lib/Util.php
+++ b/apps/theming/lib/Util.php
@@ -28,13 +28,13 @@
namespace OCA\Theming;
-use Leafo\ScssPhp\Compiler;
use OCP\App\AppPathNotFoundException;
use OCP\App\IAppManager;
use OCP\Files\IAppData;
use OCP\Files\NotFoundException;
use OCP\Files\SimpleFS\ISimpleFile;
use OCP\IConfig;
+use ScssPhp\ScssPhp\Compiler;
class Util {