mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix post quote under protected forum
This commit is contained in:
10
app/Models/ForumMod.php
Normal file
10
app/Models/ForumMod.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
class ForumMod extends NexusModel
|
||||
{
|
||||
protected $table = 'forummods';
|
||||
|
||||
protected $fillable = ['forumid', 'userid'];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user