Completed
Push — master ( 693e28...7337e3 )
by Propa
7s
created
src/LaravelPhoneFacade.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,11 +8,11 @@
 block discarded – undo
8 8
  */
9 9
 class LaravelPhoneFacade extends \Illuminate\Support\Facades\Facade
10 10
 {
11
-    /**
12
-     * @return string
13
-     */
14
-    protected static function getFacadeAccessor()
15
-    {
16
-        return 'libphonenumber';
17
-    }
11
+	/**
12
+	 * @return string
13
+	 */
14
+	protected static function getFacadeAccessor()
15
+	{
16
+		return 'libphonenumber';
17
+	}
18 18
 }
Please login to merge, or discard this patch.