This commit is contained in:
2025-04-20 11:04:45 +05:00
parent 711a6dddad
commit 2c76c6bad2
3 changed files with 15 additions and 11 deletions

View File

@@ -128,7 +128,10 @@ class CardOrder extends Model
return $this->cardState->price ?? 32;
}
public function really()
/**
* Return ID ))
*/
public function really(): int
{
return $this->id;
}