Cachet/app/models/WebHookResponse.php
2014-11-24 09:14:54 +00:00

8 lines
139 B
PHP

<?php
class WebHookResponse extends Eloquent {
public function hook() {
return $this->belongsTo('WebHook', 'id', 'hook_id');
}
}