Update class and file name

This commit is contained in:
Pierre 2018-04-29 14:09:55 +02:00
parent 4dc56a3dde
commit 7f89da265a

View File

@ -4,7 +4,7 @@
*
* @author Pierre HUBERT
*/
class accountImage{
class AccountImage{
/**
* @var String $accountImageURL URL path pointing on image accounts
@ -109,4 +109,4 @@ class accountImage{
}
//Register class
Components::register("accountImage", new accountImage());
Components::register("accountImage", new AccountImage());