Everything is property!

This commit is contained in:
James Brooks
2015-01-02 12:07:51 +00:00
parent 5479848719
commit e0a6e795b1
11 changed files with 89 additions and 36 deletions

View File

@@ -4,6 +4,18 @@ namespace CachetHQ\Cachet\Models;
use Illuminate\Database\Eloquent\Model;
/**
* @property int $id
* @property int $hook_id
* @property int $response_code
* @property string $sent_headers
* @property string $sent_body
* @property string $recv_headers
* @property string $recv_body
* @property float $time_taken
* @property Carbon\Carbon $created_at
* @property Carbon\Carbon $updated_at
*/
class WebHookResponse extends Model
{
/**