mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 14:31:10 -05:00
@@ -37,7 +37,7 @@ class BotTransaction extends Model
|
||||
{
|
||||
return $this->belongsTo(User::class)->withDefault([
|
||||
'username' => 'System',
|
||||
'id' => '1',
|
||||
'id' => '1',
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ class BotTransaction extends Model
|
||||
{
|
||||
return $this->belongsTo(Bot::class)->withDefault([
|
||||
'username' => 'System',
|
||||
'id' => '1',
|
||||
'id' => '1',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user