mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-09-19 13:58:56 +00:00
Updated class name
This commit is contained in:
@@ -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());
|
Reference in New Issue
Block a user