where('origin_file', $identifier); } public function getTable() { return config('scorm.table_names.scorm_table', parent::getTable()); } public function scos() { return $this->hasMany(ScormScoModel::class, 'scorm_id', 'id'); } }