'datetime' ]; protected $guarded = []; public function user() { return $this->belongsTo('Streamline\Models\User'); } }