Skip to content

Commit

Permalink
fix small: style code
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 12, 2023
1 parent f344a20 commit dd83729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Services/SettingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

class SettingService extends AppService implements SettingInterface
{
use EventSettingTrait, BotSettingTrait;
use EventSettingTrait;
use BotSettingTrait;

public Setting $setting;

Expand Down

0 comments on commit dd83729

Please sign in to comment.