Test Failed
Push — master ( 63bd73...510036 )
by Georgi
03:14
created
src/Data/HasEpesiConnection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,6 +41,6 @@
 block discarded – undo
41 41
 	 */
42 42
 	public static function pluck($value, $key = null)
43 43
 	{
44
-	    return collect(self::create()->export())->pluck($value, $key);
44
+		return collect(self::create()->export())->pluck($value, $key);
45 45
 	}
46 46
 }
47 47
\ No newline at end of file
Please login to merge, or discard this patch.