'decimal:2', 'y_coordinate' => 'decimal:2', 'width' => 'decimal:2', 'height' => 'decimal:2', ]; public function updatedUser() { return $this->belongsTo(User::class, 'updated_by'); } }