Remove old settings model
This commit is contained in:
parent
4a2f3929fa
commit
9555ec0889
|
@ -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 = [];
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
# ===================================
|
|
||||||
# List Column Definitions
|
|
||||||
# ===================================
|
|
||||||
|
|
||||||
columns:
|
|
||||||
id:
|
|
||||||
label: ID
|
|
||||||
searchable: true
|
|
|
@ -1,8 +0,0 @@
|
||||||
# ===================================
|
|
||||||
# Form Field Definitions
|
|
||||||
# ===================================
|
|
||||||
|
|
||||||
fields:
|
|
||||||
id:
|
|
||||||
label: ID
|
|
||||||
disabled: true
|
|
Loading…
Reference in New Issue