Skip to content

Commit

Permalink
Make a public static variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kodie committed Nov 28, 2024
1 parent e1d2bc8 commit e484ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Output/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Color
const GRAY = 47;
const DARKGRAY = 100;

static bool $colors_enabled = true;
public static bool $colors_enabled = true;

protected string $format = "\033[:mod:;:fg:;:bg:m:txt:\033[0m";

Expand Down

0 comments on commit e484ad6

Please sign in to comment.