Skip to content

Commit

Permalink
Disable monthly billing
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Oct 10, 2020
1 parent 6f29af7 commit c9a07ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ghp.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
'hourly' => true,
'daily' => true,
'weekly' => true,
'monthly' => true,
'monthly' => false,
],
];

0 comments on commit c9a07ff

Please sign in to comment.