File "SettingClass.php"

Full Path: /home/bettaeza/flyinsyria.com/.well-known/Dashboard/SettingClass.php
File size: 233 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace  Modules\Dashboard;

use Modules\Core\Abstracts\BaseSettingsClass;

class SettingClass extends BaseSettingsClass
{
    public static function getSettingPages()
    {
        return [
        ];
    }
}