]> BookStack Code Mirror - bookstack/blob - app/Setting.php
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 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.