Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF committed Nov 28, 2017
1 parent d2d047c commit 02f424e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/Http/Controllers/StatusPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
class StatusPageController extends AbstractApiController
{

private function showIndexByDate() {
private function showIndexByDate()
{
$today = Date::now();
$startDate = Date::now();

Expand Down Expand Up @@ -94,7 +95,8 @@ private function showIndexByDate() {
}


private function showIndexByQuantity() {
private function showIndexByQuantity()
{
$appIncidentQuantity = (int) Config::get('setting.app_incident_days', 7);
$page = Binput::get('start_date', 0);

Expand Down

0 comments on commit 02f424e

Please sign in to comment.