Commit 92c9b39
committed
php-cs-fixer on all the code Created a new DefaultSetMapper interface and class for field setting methods.
Removed face recognition logic from Media class that isn't on the roadmap.
Added media clean up to end of tests.
Model->ID is explicitly set as the primary field.
Moved all getAll/get methods related to pulling records into the database into a new trait "Getters".1 parent 9c2569e commit 92c9b39
14 files changed
Lines changed: 749 additions & 689 deletions
File tree
- src
- Controllers
- IO/Database
- Models
- Auth
- Interfaces
- Media
- SetMappers
- tests/Divergence
- Controllers
- Models/Auth
- Routing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments