App::init() should be static
This commit is contained in:
parent
af4352adf2
commit
0333dca550
2
boot.php
2
boot.php
@ -866,7 +866,7 @@ class App {
|
|||||||
/**
|
/**
|
||||||
* App constructor.
|
* App constructor.
|
||||||
*/
|
*/
|
||||||
function init() {
|
public static function init() {
|
||||||
// we'll reset this after we read our config file
|
// we'll reset this after we read our config file
|
||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user