Skip to content

Commit d6e8c9b

Browse files
Remove template commands from build
1 parent 40fc0df commit d6e8c9b

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

src/Commands/UserCommands/CancelCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
*/
2525
class CancelCommand extends UserCommand
2626
{
27+
//Don't need it at SnowBro
28+
protected $enabled = true;
2729
/**
2830
* @var string
2931
*/

src/Commands/UserCommands/DateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
*/
2424
class DateCommand extends UserCommand
2525
{
26+
//Don't need it at SnowBro
27+
protected $enabled = true;
2628
/**
2729
* @var string
2830
*/

src/Commands/UserCommands/EchoCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
*/
1919
class EchoCommand extends UserCommand
2020
{
21+
//Don't need it at SnowBro
22+
protected $enabled = true;
2123
/**
2224
* @var string
2325
*/

src/Commands/UserCommands/SlapCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
*/
1919
class SlapCommand extends UserCommand
2020
{
21+
//Don't need it at SnowBro
22+
protected $enabled = true;
2123
/**
2224
* @var string
2325
*/

src/Commands/UserCommands/SurveyCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
*/
2323
class SurveyCommand extends UserCommand
2424
{
25+
//Don't need it at SnowBro
26+
protected $enabled = true;
2527
/**
2628
* @var string
2729
*/

src/Commands/UserCommands/WeatherCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
*/
2323
class WeatherCommand extends UserCommand
2424
{
25+
//Don't need it at SnowBro
26+
protected $enabled = true;
2527
/**
2628
* @var string
2729
*/

src/Commands/UserCommands/WhoamiCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
*/
2424
class WhoamiCommand extends UserCommand
2525
{
26+
//Don't need it at SnowBro
27+
protected $enabled = true;
2628
/**
2729
* @var string
2830
*/

0 commit comments

Comments
 (0)