File "SettingClass.php"
Full Path: /home/bettaeza/flyinsyria.com/.well-known/Api/SettingClass.php
File size: 589 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Modules\Api;
use Modules\Core\Abstracts\BaseSettingsClass;
use Modules\Core\Models\Settings;
class SettingClass extends BaseSettingsClass
{
public static function getSettingPages()
{
// Hide bay ticket 725
return [
/*[
'id' => 'api',
'title' => __("Mobile App Settings"),
'position'=>130,
'view'=>"Api::admin.settings.api",
"keys"=>[
'api_app_layout',
],
]*/
];
}
}