codeformunich/Muenchen-Transparent

View on GitHub
protected/commands/Recalc_StatsCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

class Recalc_StatsCommand extends CConsoleCommand
{
    public function run($args)
    {
        RISMetadaten::recalcStats();
    }
}