Release 0.255: migrate remaining Languages usages to repository DI

This commit is contained in:
2026-02-12 22:28:57 +01:00
parent 95c5fda989
commit 58a41691e6
25 changed files with 95 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
namespace admin\factory;
class Languages
@@ -49,5 +49,3 @@ class Languages
return self::repository()->languagesList((bool)$only_active);
}
}
?>