@@ -11,9 +11,9 @@ discard block |
||
11 | 11 | { |
12 | 12 | // configurables |
13 | 13 | /** |
14 | - * Set this to true if you want the table(s) to automatically be created when not found. |
|
15 | - * @var bool |
|
16 | - */ |
|
14 | + * Set this to true if you want the table(s) to automatically be created when not found. |
|
15 | + * @var bool |
|
16 | + */ |
|
17 | 17 | public static $autoCreateTables = true; |
18 | 18 | |
19 | 19 | /** |
@@ -63,9 +63,9 @@ discard block |
||
63 | 63 | |
64 | 64 | |
65 | 65 | /** |
66 | - * Validation checks |
|
67 | - * @var array |
|
68 | - */ |
|
66 | + * Validation checks |
|
67 | + * @var array |
|
68 | + */ |
|
69 | 69 | public static $validators = []; |
70 | 70 | |
71 | 71 | /** |