|
@@ -93,9 +93,9 @@ |
|
|
block discarded – undo |
|
93
|
93
|
protected function adminController($route = null) |
|
94
|
94
|
{ |
|
95
|
95
|
if ($route) { |
|
96
|
|
- return $this->namespace.'\\'.$this->compatibilityVersion.'\AdminController@'.$route; |
|
|
96
|
+ return $this->namespace . '\\' . $this->compatibilityVersion . '\AdminController@' . $route; |
|
97
|
97
|
} |
|
98
|
98
|
|
|
99
|
|
- return $this->namespace.'\\'.$this->compatibilityVersion.'\AdminController'; |
|
|
99
|
+ return $this->namespace . '\\' . $this->compatibilityVersion . '\AdminController'; |
|
100
|
100
|
} |
|
101
|
101
|
} |
Please login to merge, or discard this patch.