Skip to content

Commit

Permalink
Remove template commands from build - try php-telegram-bot#2:(
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimPikalov committed Mar 12, 2017
1 parent d6e8c9b commit e6767c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/CancelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class CancelCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/DateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class DateCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/EchoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class EchoCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/SlapCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class SlapCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/SurveyCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class SurveyCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/WeatherCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class WeatherCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UserCommands/WhoamiCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class WhoamiCommand extends UserCommand
{
//Don't need it at SnowBro
protected $enabled = true;
protected $enabled = false;
/**
* @var string
*/
Expand Down

0 comments on commit e6767c7

Please sign in to comment.