belongsTo(Operation::class); } public function createdBy() { return $this->belongsTo(User::class, 'created_by_id'); } }