mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add newlines and copyright notices.
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
| declare(strict_types=1); | ||||
| /** | ||||
|  * api.php | ||||
|  * Copyright (c) 2017 thegrumpydictator@gmail.com | ||||
| @@ -334,4 +335,4 @@ Route::group( | ||||
|         Route::put('{user}', ['uses' => 'UserController@update', 'as' => 'update']); | ||||
|         Route::delete('{user}', ['uses' => 'UserController@delete', 'as' => 'delete']); | ||||
|     } | ||||
| ); | ||||
| ); | ||||
|   | ||||
| @@ -1135,4 +1135,4 @@ try { | ||||
|         } | ||||
|     ); | ||||
| } catch (DuplicateBreadcrumbException $e) { | ||||
| } | ||||
| } | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
| declare(strict_types=1); | ||||
| /** | ||||
|  * channels.php | ||||
|  * Copyright (c) 2017 thegrumpydictator@gmail.com | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
| declare(strict_types=1); | ||||
| /** | ||||
|  * console.php | ||||
|  * Copyright (c) 2017 thegrumpydictator@gmail.com | ||||
|   | ||||
							
								
								
									
										0
									
								
								routes/web.php
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										0
									
								
								routes/web.php
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
		Reference in New Issue
	
	Block a user