diff options
Diffstat (limited to 'app/class/Modelfont.php')
-rw-r--r-- | app/class/Modelfont.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |