initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
* Subclass for representing a row from the 'Course_i18n' table.
*
*
*
* @package lib.model
*/
class CourseI18n extends BaseCourseI18n
{
}