diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-06-04 23:12:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 23:12:23 +0200 |
commit | 0447b53bda9fe95ea0cbed765aa332584605d652 (patch) | |
tree | 951d3e60713fb6e56c2ba230d7e509a41e6848a1 /lib/private/legacy/OC_DB.php | |
parent | 46dbc8fa988176e4a431cafcbae6674fb613c899 (diff) | |
parent | 0d42085b53e5a1e43d21647787b1de6020192169 (diff) | |
download | nextcloud-server-0447b53bda9fe95ea0cbed765aa332584605d652.tar.gz nextcloud-server-0447b53bda9fe95ea0cbed765aa332584605d652.zip |
Merge pull request #27381 from nextcloud/fix/licenses
Diffstat (limited to 'lib/private/legacy/OC_DB.php')
-rw-r--r-- | lib/private/legacy/OC_DB.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/legacy/OC_DB.php b/lib/private/legacy/OC_DB.php index a3919fd1f17..1fbc233f535 100644 --- a/lib/private/legacy/OC_DB.php +++ b/lib/private/legacy/OC_DB.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer <bantu@owncloud.com> - * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bart Visscher <bartv@thisnet.nl> * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> @@ -29,11 +28,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - -/** - * This class manages the access to the database. It basically is a wrapper for - * Doctrine with some adaptions. - */ class OC_DB { /** |