mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:07:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
/*
 | 
						|
|--------------------------------------------------------------------------
 | 
						|
| Register Namespaces And Routes
 | 
						|
|--------------------------------------------------------------------------
 | 
						|
|
 | 
						|
| When a module starting, this file will executed automatically. This helps
 | 
						|
| to register some namespaces like translator or view. Also this file
 | 
						|
| will load the routes file for each module. You may also modify
 | 
						|
| this file as you want.
 | 
						|
|
 | 
						|
*/
 | 
						|
 | 
						|
require __DIR__ . '/Http/routes.php';
 |