Skip to content

Commit

Permalink
Mask as deprecated using night() and $useDarkTheme
Browse files Browse the repository at this point in the history
This PR is for laravel#1275
  • Loading branch information
lloricode authored May 27, 2023
1 parent f6ce4ef commit e8e31b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Horizon
/**
* Indicates if Horizon should use the dark theme.
*
* @deprecated
* @var bool
*/
public static $useDarkTheme = false;
Expand Down Expand Up @@ -111,6 +112,7 @@ public static function use($connection)
/**
* Specifies that Horizon should use the dark theme.
*
* @deprecated
* @return static
*/
public static function night()
Expand Down

0 comments on commit e8e31b0

Please sign in to comment.