Completed
Push — master ( 9eb8da...393642 )
by
unknown
01:34
created
src/Facades/OldInput.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 class OldInput extends Facade
9 9
 {
10
-    protected static function getFacadeAccessor()
11
-    {
12
-        return 'framework.old_input.old_input';
13
-    }
10
+	protected static function getFacadeAccessor()
11
+	{
12
+		return 'framework.old_input.old_input';
13
+	}
14 14
 }
Please login to merge, or discard this patch.
src/Facades/Router.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 class Router extends Facade
9 9
 {
10
-    protected static function getFacadeAccessor()
11
-    {
12
-        return 'framework.routing.router';
13
-    }
10
+	protected static function getFacadeAccessor()
11
+	{
12
+		return 'framework.routing.router';
13
+	}
14 14
 }
Please login to merge, or discard this patch.
src/Facades/Flash.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 class Flash extends Facade
9 9
 {
10
-    protected static function getFacadeAccessor()
11
-    {
12
-        return 'framework.flash.flash';
13
-    }
10
+	protected static function getFacadeAccessor()
11
+	{
12
+		return 'framework.flash.flash';
13
+	}
14 14
 }
Please login to merge, or discard this patch.