mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
PSR12 Linting
This commit is contained in:
committed by
github-actions[bot]
parent
4a967365d8
commit
7e65e1d589
@@ -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