Completed
Push — master ( 1a3b3b...2a73f9 )
by Alexander
16s
created
app/modules/Cms/Model/Language.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@  discard block
 block discarded – undo
35 35
         $validator = new Validation();
36 36
 
37 37
         /**
38
-        * ISO
39
-        */
38
+         * ISO
39
+         */
40 40
         $validator->add('iso', new Uniqueness([
41 41
             'model' => $this,
42 42
             "message" => "The inputted ISO language is existing"
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
         ]));
48 48
 
49 49
         /**
50
-        * Name
51
-        */
50
+         * Name
51
+         */
52 52
         $validator->add('name', new Uniqueness([
53 53
             'model' => $this,
54 54
             "message" => "The inputted name is existing"
@@ -59,8 +59,8 @@  discard block
 block discarded – undo
59 59
         ]));
60 60
 
61 61
         /**
62
-        * URL
63
-        */
62
+         * URL
63
+         */
64 64
         $validator->add('url', new Uniqueness([
65 65
             'model' => $this,
66 66
             "message" => "The inputted URL is existing"
Please login to merge, or discard this patch.