[Namespacing] Removed namespaced added in, to be added in properly later
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Models;
|
||||
|
||||
class WebHookResponse extends Eloquent {
|
||||
public function hook() {
|
||||
return $this->belongsTo('WebHook', 'id', 'hook_id');
|
||||
|
||||
Reference in New Issue
Block a user