Skip to content

Commit

Permalink
Default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 12, 2023
1 parent e64eecb commit 1f1ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/src/Http/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class BaseController
{
protected Request $request;
protected ConsoleOutput $console;
protected bool $withConsoleOutput = true;
protected bool $withConsoleOutput = false;

abstract public function handle(): Response;

Expand Down

0 comments on commit 1f1ce85

Please sign in to comment.