File tree 3 files changed +16
-14
lines changed
3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"autoload" : {
19
19
"psr-4" : {
20
- "Codem\\ Utilities\\ HTML5\\ " : " src/"
21
- }
22
- },
23
- "autoload-dev" : {
24
- "psr-4" : {
20
+ "Codem\\ Utilities\\ HTML5\\ " : [
21
+ " src/Forms/" ,
22
+ " src/Traits/"
23
+ ],
25
24
"Codem\\ Utilities\\ HTML5\\ Tests\\ " : " tests/"
26
25
}
27
26
},
Original file line number Diff line number Diff line change @@ -135,12 +135,3 @@ public function validate($validator)
135
135
}
136
136
137
137
}
138
-
139
- /**
140
- * Provides a class for those of us not using en_US
141
- */
142
- class ColourField extends ColorField {
143
-
144
- protected $ template = "Codem/Utilities/HTML5/ColorField " ;
145
-
146
- }
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Codem \Utilities \HTML5 ;
4
+
5
+ /**
6
+ * Provides a class for those of us not using en_US
7
+ */
8
+ class ColourField extends ColorField {
9
+
10
+ protected $ template = "Codem/Utilities/HTML5/ColorField " ;
11
+
12
+ }
You can’t perform that action at this time.
0 commit comments