Cachet/app/models/WebHookResponse.php
2014-11-27 22:08:28 +00:00

8 lines
146 B
PHP

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