Skip to content

Commit

Permalink
Merge pull request #1447 from chesn0k/chesn0k-patch-1
Browse files Browse the repository at this point in the history
Fix private_only property annotation in Command.php
  • Loading branch information
noplanman committed Feb 22, 2024
2 parents e243fc1 + c526ba5 commit 873c3de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Commands/Command.php
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 873c3de

Please sign in to comment.