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