Skip to content

Commit

Permalink
fix: remove abstract for using oneroster in a static way
Browse files Browse the repository at this point in the history
  • Loading branch information
xchopin committed Nov 19, 2019
1 parent 92c4eeb commit b61e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/OneRoster.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use OpenLRW\OpenLRW;
use OpenLRW\Exception\InternalServerErrorException;

abstract class OneRoster extends Model
class OneRoster extends Model
{

const PREFIX = 'api/';
Expand Down

0 comments on commit b61e4b9

Please sign in to comment.