mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Update class and file name
This commit is contained in:
parent
4dc56a3dde
commit
7f89da265a
@ -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());
|
Loading…
Reference in New Issue
Block a user