Completed
Push — master ( 5a2b8e...f97d42 )
by Afshin
02:19
created
config/app.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
         'displayErrorDetails' => true,
6 6
         'addContentLengthHeader' => false,
7 7
         'determineRouteBeforeAppMiddleware' => true,
8
-        'debug'=>true ,
8
+        'debug'=>true,
9 9
         'image' => [
10 10
             'dir' =>  $APPROOT . '/public/uploads'
11 11
         ],
Please login to merge, or discard this patch.
core/Translator/Translator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var ContainerInterface $setting
17 17
      *
18
-    */
18
+     */
19 19
     public function init()
20 20
     {
21 21
         $setting = $this->settings['app']['translation'];
Please login to merge, or discard this patch.