Skip to content

Commit

Permalink
Remove timezone config
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 21, 2019
1 parent a4ae4e5 commit c7a4739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Horizon.php
Expand Up @@ -126,7 +126,6 @@ public static function scriptVariables()
{
return [
'path' => config('horizon.path'),
'timezone' => config('app.timezone'),
];
}

Expand Down

0 comments on commit c7a4739

Please sign in to comment.