summaryrefslogtreecommitdiff
path: root/app/php/facades/Facade.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-16 22:56:13 +0100
committeremkael <emkael@tlen.pl>2016-03-16 22:56:13 +0100
commit75dc7a1df808ab2ca93ca96e299b06d90ebcedf6 (patch)
tree3c7671d8e47b5b68e534ad13ecb5acb9374d4272 /app/php/facades/Facade.php
parentc5058d68713fc710c68488db726b05453e18d85d (diff)
* refactoring, code formatting
Diffstat (limited to 'app/php/facades/Facade.php')
-rw-r--r--app/php/facades/Facade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/facades/Facade.php b/app/php/facades/Facade.php
index 5d71a89..742365c 100644
--- a/app/php/facades/Facade.php
+++ b/app/php/facades/Facade.php
@@ -2,7 +2,7 @@
class Facade {
- protected static $_instances = array();
+ protected static $_instances = [];
protected $_sqlMap;