Skip to content

Commit e1817af

Browse files
committed
feat: add title attribute
1 parent 08ec050 commit e1817af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Model/Klass.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ class Klass extends OneRoster
1818
{
1919
protected static $collection = 'classes';
2020

21-
// ToDo
2221
protected $fillable = [
2322
'sourcedId',
2423
'status',
2524
'metadata',
26-
'lineItem'
25+
'title',
2726
];
2827

2928
public static function enrollments(String $id)

0 commit comments

Comments
 (0)