Completed
Push — master ( f62b36...25c873 )
by Afshin
02:42
created
bootstrap/dependencies.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
 $container['view'] = function ($container) {
108 108
     $messages = $container->flash->getMessages();
109 109
 
110
-     if(!is_dir('../app/View/cache')){
110
+        if(!is_dir('../app/View/cache')){
111 111
         @mkdir('../app/View/cache');
112 112
     }
113 113
 
Please login to merge, or discard this patch.