Skip to content

Commit

Permalink
Remove deprecated constant Controller::class.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 21, 2023
1 parent b0cc791 commit 2d98c9d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions framework/console/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
*/
class Controller extends \yii\base\Controller
{
/**
* @deprecated since 2.0.13. Use [[ExitCode::OK]] instead.
*/
const EXIT_CODE_NORMAL = 0;
/**
* @deprecated since 2.0.13. Use [[ExitCode::UNSPECIFIED_ERROR]] instead.
*/
const EXIT_CODE_ERROR = 1;

/**
* @var bool whether to run the command interactively.
*/
Expand Down

0 comments on commit 2d98c9d

Please sign in to comment.