Completed
Pull Request — 2.0.x (#8)
by Andrew
05:51
created
koharness.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * @link      https://github.com/ingenerator/koharness
8 8
  */
9 9
 return array(
10
-  'modules' => array(
10
+    'modules' => array(
11 11
     'kohana-view' => __DIR__,
12
-  )
12
+    )
13 13
 );
Please login to merge, or discard this patch.