From dbcdb821bc3632e6db0cfbead5e356c7f6582c60 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 15 May 2022 11:53:48 +0200 Subject: Add qa tools. CS Fix files. --- bootstrap.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bootstrap.php (limited to 'bootstrap.php') diff --git a/bootstrap.php b/bootstrap.php new file mode 100644 index 0000000..fb48c9e --- /dev/null +++ b/bootstrap.php @@ -0,0 +1,14 @@ +addPsr4("OCP\\", $serverPath . '/lib/public', true); +$classLoader->addPsr4("OC\\", $serverPath . '/lib/private', true); +$classLoader->register(); -- cgit v1.2.3