mirror of
				https://github.com/alchemy-fr/Phraseanet.git
				synced 2025-10-27 11:53:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			272 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			272 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // This file is automatically generated, please do not edit it.
 | |
| // To update configuration, use bin/setup plugins:* commands.
 | |
| 
 | |
| use Alchemy\Phrasea\Application;
 | |
| 
 | |
| return call_user_func(function (Application $app) {
 | |
|     $paths = array();
 | |
| 
 | |
|     return $paths;
 | |
| }, $app);
 | 
