调整数据库表的单复数
This commit is contained in:
@@ -9,7 +9,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class Log extends Model
|
||||
{
|
||||
use ModelTrait;
|
||||
protected $table = 'system_logs';
|
||||
protected $table = 'system_log';
|
||||
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
|
||||
Reference in New Issue
Block a user