Rename WebHookContent to WebHookResponse, whoops.

This commit is contained in:
James Brooks
2014-11-24 09:14:54 +00:00
parent 8716eeb52a
commit 3e22652a9b
+7
View File
@@ -0,0 +1,7 @@
<?php
class WebHookResponse extends Eloquent {
public function hook() {
return $this->belongsTo('WebHook', 'id', 'hook_id');
}
}