adding parameter to App
This commit is contained in:
		
					parent
					
						
							
								0a7861da65
							
						
					
				
			
			
				commit
				
					
						cb1ad4287d
					
				
			
		
					 5 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ $basedir = BasePath::create(__DIR__, $_SERVER);
 | 
			
		|||
$configLoader = new Config\ConfigCacheLoader($basedir);
 | 
			
		||||
$config = Factory\ConfigFactory::createCache($configLoader);
 | 
			
		||||
$logger = Factory\LoggerFactory::create('index', $config);
 | 
			
		||||
$profiler = Factory\ProfilerFactory::create($config);
 | 
			
		||||
$profiler = Factory\ProfilerFactory::create($logger, $config);
 | 
			
		||||
 | 
			
		||||
// We assume that the index.php is called by a frontend process
 | 
			
		||||
// The value is set to "true" by default in App
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue