From 44283dbbbb30d434f1153df7e09b62f54b22887d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 31 Mar 2016 20:24:30 -0700 Subject: change the App constructor --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 07c427e10..f480dd46d 100755 --- a/boot.php +++ b/boot.php @@ -784,7 +784,7 @@ class App { /** * App constructor. */ - function __construct() { + function init() { // we'll reset this after we read our config file date_default_timezone_set('UTC'); -- cgit v1.2.3