add POST /api/webhooks/checkin/{id}
This commit is contained in:
@@ -25,4 +25,9 @@ class CheckinWebhook extends Model
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
|
||||
public function isAvailable()
|
||||
{
|
||||
return $this->user() !== null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user