aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/src/Facades
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/src/Facades')
-rw-r--r--main/app/sprinkles/core/src/Facades/Debug.php56
-rw-r--r--main/app/sprinkles/core/src/Facades/Translator.php56
2 files changed, 56 insertions, 56 deletions
diff --git a/main/app/sprinkles/core/src/Facades/Debug.php b/main/app/sprinkles/core/src/Facades/Debug.php
index 40cc263..58e4302 100644
--- a/main/app/sprinkles/core/src/Facades/Debug.php
+++ b/main/app/sprinkles/core/src/Facades/Debug.php
@@ -1,28 +1,28 @@
-<?php
-/**
- * UserFrosting (http://www.userfrosting.com)
- *
- * @link https://github.com/userfrosting/UserFrosting
- * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
- */
-
-namespace UserFrosting\Sprinkle\Core\Facades;
-
-use UserFrosting\System\Facade;
-
-/**
- * Implements facade for the "debugLogger" service
- *
- * @author Alex Weissman (https://alexanderweissman.com)
- */
-class Debug extends Facade
-{
- /**
- * Get the registered name of the component.
- *
- * @return string
- */
- protected static function getFacadeAccessor() {
- return 'debugLogger';
- }
-}
+<?php
+/**
+ * UserFrosting (http://www.userfrosting.com)
+ *
+ * @link https://github.com/userfrosting/UserFrosting
+ * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
+ */
+
+namespace UserFrosting\Sprinkle\Core\Facades;
+
+use UserFrosting\System\Facade;
+
+/**
+ * Implements facade for the "debugLogger" service
+ *
+ * @author Alex Weissman (https://alexanderweissman.com)
+ */
+class Debug extends Facade
+{
+ /**
+ * Get the registered name of the component.
+ *
+ * @return string
+ */
+ protected static function getFacadeAccessor() {
+ return 'debugLogger';
+ }
+}
diff --git a/main/app/sprinkles/core/src/Facades/Translator.php b/main/app/sprinkles/core/src/Facades/Translator.php
index d1d365b..b1d2e32 100644
--- a/main/app/sprinkles/core/src/Facades/Translator.php
+++ b/main/app/sprinkles/core/src/Facades/Translator.php
@@ -1,28 +1,28 @@
-<?php
-/**
- * UserFrosting (http://www.userfrosting.com)
- *
- * @link https://github.com/userfrosting/UserFrosting
- * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
- */
-
-namespace UserFrosting\Sprinkle\Core\Facades;
-
-use UserFrosting\System\Facade;
-
-/**
- * Implements facade for the "translator" service
- *
- * @author Alex Weissman (https://alexanderweissman.com)
- */
-class Translator extends Facade
-{
- /**
- * Get the registered name of the component.
- *
- * @return string
- */
- protected static function getFacadeAccessor() {
- return 'translator';
- }
-}
+<?php
+/**
+ * UserFrosting (http://www.userfrosting.com)
+ *
+ * @link https://github.com/userfrosting/UserFrosting
+ * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
+ */
+
+namespace UserFrosting\Sprinkle\Core\Facades;
+
+use UserFrosting\System\Facade;
+
+/**
+ * Implements facade for the "translator" service
+ *
+ * @author Alex Weissman (https://alexanderweissman.com)
+ */
+class Translator extends Facade
+{
+ /**
+ * Get the registered name of the component.
+ *
+ * @return string
+ */
+ protected static function getFacadeAccessor() {
+ return 'translator';
+ }
+}