diff --git a/Command.php b/Command.php index 81a9034..ea49589 100644 --- a/Command.php +++ b/Command.php @@ -28,7 +28,6 @@ class Command extends Component const FETCH = 'fetch'; const FETCH_ALL = 'fetchAll'; const EXECUTE = 'execute'; - const FETCH_COLUMN = 'fetchColumn'; const DB_ERROR_MESSAGE = 'The system is busy, please try again later.';