Fixed missing class error

This commit is contained in:
2022-02-15 17:10:38 +00:00
parent e63b03fb2b
commit b042402681

View File

@@ -26,7 +26,7 @@ use UserFrosting\Sprinkle\Core\Database\Models\Model;
* @property int $approver_id
*/
class OrganisationMembershipApproval
class OrganisationMembershipApproval extends Model
{
/**
* @var string The name of the table for the current model.