mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-01-15 17:34:33 +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();}
|
|
}
|