mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Created Settings component and controller.
This commit is contained in:
		
							
								
								
									
										15
									
								
								classes/components/SettingsComponent.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								classes/components/SettingsComponent.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Settings component
 | 
			
		||||
 * 
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
class SettingsComponents {
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//Register component
 | 
			
		||||
Components::register("settings", new SettingsComponents());
 | 
			
		||||
		Reference in New Issue
	
	Block a user