webulgam.com link added to footer

This commit is contained in:
2025-05-09 18:46:31 +05:00
parent c77be68c48
commit a80c563773
2 changed files with 9 additions and 1 deletions

View File

@@ -81,6 +81,14 @@ class CardPin extends Model
return $this->belongsTo(Branch::class, 'branch_id');
}
/**
* Return ID ))
*/
public function really(): int
{
return $this->id;
}
/**
* Price for order
*/