belongsTo(AdminUser::class, 'created_by'); } public function updatedBy() { return $this->belongsTo(AdminUser::class, 'updated_by'); } }