Completed
Push — master ( f36aae...990fb8 )
by Xu
239:23 queued 199:17
created
src/admin/controllers/VolumesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $variables = [];
30 30
         $variables['volumes'] = Yii::$app->getFilesystem()->getFilesystems();
31 31
 
32
-        print_r($variables);exit;
32
+        print_r($variables); exit;
33 33
         return $this->renderTemplate('settings/assets/volumes/_index', $variables);
34 34
     }
35 35
 }
36 36
\ No newline at end of file
Please login to merge, or discard this patch.