From d2bbcab233dabe3b04f8c3b94a947ec174540418 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 19 Dec 2020 19:52:59 +0100 Subject: run phpcbf and add fix target to Makefile --- app/class/Modelfont.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Modelfont.php') diff --git a/app/class/Modelfont.php b/app/class/Modelfont.php index 48885be..09cff8e 100644 --- a/app/class/Modelfont.php +++ b/app/class/Modelfont.php @@ -6,7 +6,7 @@ class Modelfont extends Model { protected const FONT_TYPES = ['woff2', 'woff', 'otf', 'ttf', 'eot', 'svg']; - + public function getfontlist() -- cgit v1.2.3