mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Update class and file name
This commit is contained in:
		@@ -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());
 | 
			
		||||
		Reference in New Issue
	
	Block a user