mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 22:09:29 +00:00
Updated class name
This commit is contained in:
parent
1318e54d62
commit
94e2a659b5
@ -5,7 +5,7 @@
|
|||||||
* @author Pierre HUBERT
|
* @author Pierre HUBERT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Survey {
|
class SurveyComponent {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Survey infos table
|
* Survey infos table
|
||||||
@ -334,4 +334,4 @@ class Survey {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Register component
|
//Register component
|
||||||
Components::register("survey", new Survey());
|
Components::register("survey", new SurveyComponent());
|
Loading…
Reference in New Issue
Block a user