2015-06-05 15:29:18 +00:00

6 lines
108 B
PHP

<?php
abstract class SdMetier_Scoring_Comment_Abstract implements SdMetier_Scoring_Comment_Interface
{
}