mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Phasing out the view service from being a generic 'service' class, moving the core create/delete methods into the model. The idea is that the existing query work will need to interlink with the favourite system so maybe we have a (or many composable) query building classes rather than mixing query building and create/delete work as per the old service. |
||
|---|---|---|
| .. | ||
| Activity.php | ||
| ActivityService.php | ||
| ActivityType.php | ||
| Comment.php | ||
| CommentRepo.php | ||
| Favourite.php | ||
| Tag.php | ||
| TagRepo.php | ||
| View.php | ||
| ViewService.php | ||