Fixed missing class error
This commit is contained in:
@@ -26,7 +26,7 @@ use UserFrosting\Sprinkle\Core\Database\Models\Model;
|
|||||||
* @property int $approver_id
|
* @property int $approver_id
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class OrganisationMembershipApproval
|
class OrganisationMembershipApproval extends Model
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var string The name of the table for the current model.
|
* @var string The name of the table for the current model.
|
||||||
|
|||||||
Reference in New Issue
Block a user