Completed
Push — master ( 4fa16a...d61915 )
by Stig
01:17
created
code/control/EnvironmentOverview.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,11 +82,11 @@
 block discarded – undo
82 82
 
83 83
 		$base = Director::absoluteBaseURL();
84 84
 		return [
85
-			'basename' => Director::baseURL() . $this->getCurrentEnvironment()->Link(self::ACTION_OVERVIEW),
85
+			'basename' => Director::baseURL().$this->getCurrentEnvironment()->Link(self::ACTION_OVERVIEW),
86 86
 			'dispatchers' => [
87
-				'git' => $base . $this->getCurrentProject()->Link('git'),
88
-				'deploys' => $base . $this->getCurrentEnvironment()->Link('deploys'),
89
-				'approvals' => $base . $this->getCurrentEnvironment()->Link('approvals')
87
+				'git' => $base.$this->getCurrentProject()->Link('git'),
88
+				'deploys' => $base.$this->getCurrentEnvironment()->Link('deploys'),
89
+				'approvals' => $base.$this->getCurrentEnvironment()->Link('approvals')
90 90
 			],
91 91
 			'api_auth' => [
92 92
 				'name' => $this->getSecurityToken()->getName(),
Please login to merge, or discard this patch.