Passed
Push — master ( c354c0...c003b4 )
by Mohammad
03:37
created
src/config/repository.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
  * Time: 09:58 am
7 7
  */
8 8
 return [
9
-    'app_path' => realpath(__DIR__.'/../app/'),
9
+    'app_path' => realpath(__DIR__ . '/../app/'),
10 10
     'route_path' => realpath('routes/'),
11
-    'resources_path' => realpath(__DIR__.'/../vendor/shamaseen/repository-generator/stubs'),
12
-    'stubs_path' => realpath('resources')."/stubs",
13
-    'lang_path' => realpath('resources')."/lang",
11
+    'resources_path' => realpath(__DIR__ . '/../vendor/shamaseen/repository-generator/stubs'),
12
+    'stubs_path' => realpath('resources') . "/stubs",
13
+    'lang_path' => realpath('resources') . "/lang",
14 14
     'config_path' => realpath('config'),
15 15
 
16 16
     //relative to app path
Please login to merge, or discard this patch.