Completed
Push — master ( ca2ce7...736bdc )
by Caio
02:57
created
resources/config/img-attacher.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,19 +20,19 @@
 block discarded – undo
20 20
     'processing_styles_routines' => [
21 21
         'default_routine' =>
22 22
         [
23
-            'original_style' => function ($image) {
23
+            'original_style' => function($image) {
24 24
                 return $image;
25 25
             },
26
-            'original_style2' => function ($image) {
26
+            'original_style2' => function($image) {
27 27
                 return $image;
28 28
             },
29 29
         ],
30 30
         'default_routine2' =>
31 31
         [
32
-            'original_style3' => function ($image) {
32
+            'original_style3' => function($image) {
33 33
                 return $image;
34 34
             },
35
-            'original_style4' => function ($image) {
35
+            'original_style4' => function($image) {
36 36
                 return $image;
37 37
             },
38 38
         ],
Please login to merge, or discard this patch.