调整数据库表的单复数
This commit is contained in:
@@ -11,7 +11,7 @@ class Permission extends Model
|
||||
{
|
||||
use ModelTrait, SoftDeletes;
|
||||
|
||||
protected $table = 'auth_permissions';
|
||||
protected $table = 'auth_permission';
|
||||
|
||||
protected $fillable = [
|
||||
'title',
|
||||
|
||||
Reference in New Issue
Block a user