fixed plugin

This commit is contained in:
Edward Yang 2022-07-01 14:41:58 +08:00
parent f2d6187236
commit f88d659198
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ use Illuminate\Database\Eloquent\Model;
class Plugin extends Model
{
protected $fillable = ['type', 'code'];
}