mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
namespace SYSTEM\SAI;
|
|
|
|
class todo_stats {
|
|
public static function stats() {
|
|
return new \SYSTEM\SAI\todo_stats_data();}
|
|
}
|