Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Malik Umer Farooq authored and StyleCIBot committed Jul 28, 2018
1 parent 1847574 commit 3fbbe66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,15 @@ class Config
*/
const Maintenance = false;
/**
* Route Cache if true load routes from cache
* @var boolean
* Route Cache if true load routes from cache.
*
* @var bool
*/
const ROUTER_CACHE = true;
/**
* Router cache regenerate time
* Router cache regenerate time.
*
* @var int
*/
const ROUTE_CACHE_REGENERATE = 3600;
const ROUTE_CACHE_REGENERATE = 3600;
}

0 comments on commit 3fbbe66

Please sign in to comment.