usage workers

This commit is contained in:
shimon
2023-10-25 11:41:42 +03:00
parent b7675df9b9
commit ef347f65b8
+1 -1
View File
@@ -18,7 +18,7 @@ class Usage extends Action
'inf' => '0000-00-00 00:00'
];
const INFINITY_PERIOD = '_inf_';
protected const INFINITY_PERIOD = '_inf_';
public static function getName(): string
{