<?php
namespace App\Providers\Admin;
class BasicSettingsProvider {
public $setting;
public function __construct($settings = null)
{
$this->setting = $settings;
}
public function set($settings) {
return $this->setting = $settings;
}
public function getData() {
return $this->setting;
}
public static function get() {
return app(BasicSettingsProvider::class)->getData();
}
}
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.