You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wx.sstbc.com/app/Models/CourseTypeDataOverviewConfi...

10 lines
155 B

<?php
namespace App\Models;
class CourseTypeDataOverviewConfig extends SoftDeletesModel
{
protected $table = 'course_type_data_overview_configs';
}