Passed
Push — Accessing-and-setting-the-site... ( 5c201f...c85d15 )
by Stone
03:06
created
App/Controllers/Admin/Update.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,11 +7,11 @@
 block discarded – undo
7 7
 class Update extends AdminController {
8 8
 
9 9
 
10
-    public function index(){
10
+    public function index() {
11 11
         echo'TEST';
12 12
     }
13 13
 
14
-    public function updateConfig(){
14
+    public function updateConfig() {
15 15
         //$this->onlyAdmin();
16 16
         var_dump($_SESSION);
17 17
         die();
Please login to merge, or discard this patch.