Rename WebHookContent to WebHookResponse, whoops.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class WebHookContent extends Eloquent {
|
||||
class WebHookResponse extends Eloquent {
|
||||
public function hook() {
|
||||
return $this->belongsTo('WebHook', 'id', 'hook_id');
|
||||
}
|
||||
Reference in New Issue
Block a user