<?php
namespace Faker\Provider\bn_BD;
class Company extends \Faker\Provider\Company
{
protected static $formats = [
'{{companyName}} {{companyType}}',
];
protected static $names = [
'রহিম', 'করিম', 'বাবলু',
];
protected static $types = [
'সিমেন্ট', 'সার', 'ঢেউটিন',
];
public static function companyType()
{
return static::randomElement(static::$types);
}
public static function companyName()
{
return static::randomElement(static::$names);
}
}
If you encounter any issues or need assistance, please reach out to our dedicated developer support team Contact Us
Thank you for choosing Kueue Pay Payment Gateway Solutions! We look forward to seeing your integration thrive and provide a seamless payment experience for your valued customers.