mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /*
 | |
|  * Back home.
 | |
|  */
 | |
| Breadcrumbs::register('home', function($breadcrumbs) {
 | |
|     $breadcrumbs->push('Home', route('index'));
 | |
| }); |