ajout classe teacher

php
Patrick BRUGIERE 2 years ago
parent 8f5f8f9743
commit 3386bfcac5

@ -0,0 +1,18 @@
<?php
namespace modeles;
class Teacher extends User
{
protected function createVocabulary(){
}
protected function modifyVocabulary(){
}
}
Loading…
Cancel
Save