2015-06-05 13:43:13 +00:00

6 lines
108 B
PHP

<?php
abstract class SdMetier_Scoring_Comment_Abstract implements SdMetier_Scoring_Comment_Interface
{
}