Skip to content

Commit b61e4b9

Browse files
committed
fix: remove abstract for using oneroster in a static way
1 parent 92c4eeb commit b61e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/OneRoster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use OpenLRW\OpenLRW;
1717
use OpenLRW\Exception\InternalServerErrorException;
1818

19-
abstract class OneRoster extends Model
19+
class OneRoster extends Model
2020
{
2121

2222
const PREFIX = 'api/';

0 commit comments

Comments
 (0)