]>
BookStack Code Mirror - bookstack/blob - app/Settings/Setting.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update errors.php
[bookstack]
/
app
/
Settings
/
Setting.php
1
<?php namespace BookStack\Settings;
2
3
use BookStack\Model;
4
5
class Setting extends Model
6
{
7
protected $fillable = ['setting_key', 'value'];
8
9
protected $primaryKey = 'setting_key';
10
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.