add trophy prediction and treshold

This commit is contained in:
root
2026-05-16 15:35:56 -04:00
parent acca87c77b
commit 7c97a60795
8 changed files with 1982 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Services extends BaseService
/**
* Override CI Email service to enforce a global Reply-To.
*/
public static function email(array $config = null, bool $getShared = true)
public static function email(?array $config = null, bool $getShared = true)
{
if ($getShared) {
return static::getSharedInstance('email', $config);