1
0

Delete old webhook action, not used anymore

This commit is contained in:
2020-05-19 13:46:47 +02:00
parent 04964b9a5d
commit 2720ba0b46
3 changed files with 0 additions and 65 deletions

View File

@@ -28,13 +28,6 @@ class TwitchWebhook extends Model
return $this->belongsTo("App\User");
}
/**
* Get webhook action
*/
public function webhookActions() {
return $this->hasMany("App\WebhookAction", "webhook_id");
}
// event handlers
/**