Completed
Push — master ( 659231...788af6 )
by Wanderson
05:06
created
app/model/Win/Mvc/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 	 * @return User
90 90
 	 */
91 91
 	public function getUser() {
92
-		if(is_null($this->user)):
92
+		if (is_null($this->user)):
93 93
 			$this->user = User::getCurrentUser();
94 94
 		endif;
95 95
 		return $this->user;
Please login to merge, or discard this patch.