Remove old settings model

This commit is contained in:
philipp lang 2024-06-25 23:16:34 +02:00
parent 4a2f3929fa
commit 9555ec0889
3 changed files with 0 additions and 39 deletions

View File

@ -1,23 +0,0 @@
<?php namespace Silva\Adrema\Models;
use Model;
/**
* Setting Model
*
* @link https://docs.octobercms.com/3.x/extend/system/models.html
*/
class Setting extends Model
{
use \October\Rain\Database\Traits\Validation;
/**
* @var string table name
*/
public $table = 'silva_adrema_settings';
/**
* @var array rules for validation
*/
public $rules = [];
}

View File

@ -1,8 +0,0 @@
# ===================================
# List Column Definitions
# ===================================
columns:
id:
label: ID
searchable: true

View File

@ -1,8 +0,0 @@
# ===================================
# Form Field Definitions
# ===================================
fields:
id:
label: ID
disabled: true