From 802f5135b0979bab3bf30ae1733f9867e2caed7a Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 17 Apr 2020 19:01:05 +0200 Subject: apply psr12 --- app/class/Medialist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Medialist.php') diff --git a/app/class/Medialist.php b/app/class/Medialist.php index b0964e3..ddb5eaa 100644 --- a/app/class/Medialist.php +++ b/app/class/Medialist.php @@ -31,7 +31,7 @@ class Medialist extends Item /** @var string display the file name of the file */ protected $filename = 0; - const TYPES = ['image', 'sound', 'video', 'other']; + public const TYPES = ['image', 'sound', 'video', 'other']; -- cgit v1.2.3