parent
8f5f8f9743
commit
3386bfcac5
@ -0,0 +1,18 @@
|
|||||||
|
<?php
|
||||||
|
namespace modeles;
|
||||||
|
class Teacher extends User
|
||||||
|
{
|
||||||
|
|
||||||
|
protected function createVocabulary(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
protected function modifyVocabulary(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue