[Namespacing] Removed namespaced added in, to be added in properly later

This commit is contained in:
Thomas Coleman
2014-11-27 16:33:18 +00:00
parent 107a4c2a6e
commit ee65a462ef
21 changed files with 0 additions and 42 deletions

View File

@@ -1,7 +1,5 @@
<?php
namespace CachetHQ\Cachet\Models;
class WebHookResponse extends Eloquent {
public function hook() {
return $this->belongsTo('WebHook', 'id', 'hook_id');