Skip to content

Commit

Permalink
Fix private_only property annotation in Command.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chesn0k committed Feb 1, 2024
1 parent e243fc1 commit c526ba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Commands/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ abstract class Command
*/
protected $need_mysql = false;

/*
* Make sure this command only executes on a private chat.
*
* @var bool
*/
/**
* Make sure this command only executes on a private chat.
*
* @var bool
*/
protected $private_only = false;

/**
Expand Down

0 comments on commit c526ba5

Please sign in to comment.