mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-11-04 03:31:02 -03:00 
			
		
		
		
	Bug Fixing - forgot to add the use App\FlashMessage on AlertController
This commit is contained in:
		
							parent
							
								
									00c382e1cc
								
							
						
					
					
						commit
						6be295e25b
					
				@ -5,6 +5,7 @@ namespace App\Http\Controllers;
 | 
				
			|||||||
use Auth;
 | 
					use Auth;
 | 
				
			||||||
use Mail;
 | 
					use Mail;
 | 
				
			||||||
use \App\User;
 | 
					use \App\User;
 | 
				
			||||||
 | 
					use App\FlashMessage;
 | 
				
			||||||
use \App\Mail\UserWaiting;
 | 
					use \App\Mail\UserWaiting;
 | 
				
			||||||
use Illuminate\Http\Request;
 | 
					use Illuminate\Http\Request;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user