Merge branch 'master' of https://codefirst.iut.uca.fr/git/Assasymfony/Fukashitapi
continuous-integration/drone/push Build is passing Details

master
Corentin RICHARD 11 months ago
commit cc33e821ee

@ -91,10 +91,16 @@ classDiagram
#post
}
class Follow{
#_follower_ BIGINT
#_followed_ BIGINT
}
Post <-- Commentary
Post --> Profil
Tags --> Tagging
Profil <-- Profil
Profil <-- Follow
Profil <-- Follow
Post --> Tagging
```

Loading…
Cancel
Save