mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-15 04:49:46 +01:00
WebHook belongs to WebHookContent
This commit is contained in:
parent
69105b3828
commit
38770c6dcc
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
class WebHookContent extends Eloquent {
|
||||
|
||||
public function hook() {
|
||||
return $this->belongsTo('WebHook', 'id', 'hook_id');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user