1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00
pixelfed/app/UserSetting.php
2018-10-24 12:19:50 -06:00

10 lines
139 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class UserSetting extends Model
{
protected $fillable = ['user_id'];
}