diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php index 337da764c13a..7ab5334255fa 100644 --- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php +++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php @@ -35,7 +35,7 @@ trait InteractsWithConsole * * @var array */ - public $expectedChoices = []; + public $expectedChoices = []; /** * Call artisan command and return code.