PSR12 Linting

This commit is contained in:
HDVinnie
2022-09-11 23:50:41 +00:00
committed by github-actions[bot]
parent 4a967365d8
commit 7e65e1d589
2014 changed files with 83470 additions and 83263 deletions
+2 -2
View File
@@ -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',
]);
}