Completed
Push — master ( 4117ed...e4cdf8 )
by Chris
05:16 queued 13s
created
src/Darya/ORM/Record.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 * @return mixed
78 78
 	 */
79 79
 	public function get($attribute) {
80
-		list($attribute, $subattribute) = array_pad(explode('.',  $attribute, 2), 2, null);
80
+		list($attribute, $subattribute) = array_pad(explode('.', $attribute, 2), 2, null);
81 81
 		
82 82
 		if ($this->hasRelation($attribute)) {
83 83
 			$related = $this->related($attribute);
Please login to merge, or discard this patch.