mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix const visibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1e61cf617a
commit
a4ebef75e9
1 changed files with 2 additions and 3 deletions
|
|
@ -36,10 +36,9 @@ use OCP\IConfig;
|
|||
|
||||
class BackgroundService {
|
||||
|
||||
const THEMING_MODE_LIGHT = 'light';
|
||||
const THEMING_MODE_DARK = 'dark';
|
||||
public const THEMING_MODE_DARK = 'dark';
|
||||
|
||||
const SHIPPED_BACKGROUNDS = [
|
||||
public const SHIPPED_BACKGROUNDS = [
|
||||
'anatoly-mikhaltsov-butterfly-wing-scale.jpg' => [
|
||||
'attribution' => 'Butterfly',
|
||||
'attribution_url' => 'https://',
|
||||
|
|
|
|||
Loading…
Reference in a new issue