Skip to content

Commit

Permalink
Merge pull request #9 from Softhub99/analysis-XW4VPO
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Malik Umer Farooq committed Jul 28, 2018
2 parents 1847574 + 3fbbe66 commit 6c9578b
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 6c9578b

Please sign in to comment.