mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>