url; } public function createdBy() { return $this->belongsTo('Oxbow\User', 'created_by'); } public function updatedBy() { return $this->belongsTo('Oxbow\User', 'updated_by'); } }