mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Formatting
Formatting
This commit is contained in:
		
							parent
							
								
									a1df4d6b78
								
							
						
					
					
						commit
						c006dbbeac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -63,7 +63,7 @@ class ServerController extends Controller
 | 
			
		|||
                ->LeftJoin('disk_speed as ds', 'y.id', '=', 'ds.id')
 | 
			
		||||
                ->where('s.show_public', '=', 1)
 | 
			
		||||
                ->get(['pr.currency', 'pr.price', 'pr.term', 'pr.as_usd', 'pr.next_due_date', 'pr.service_id', 'p.name as provider_name', 'l.name as location', 'o.name as os_name', 'y.*', 'y.id as yabs_id', 'ds.*', 's.*', 'i.address as ip', 'i.is_ipv4']);
 | 
			
		||||
            
 | 
			
		||||
 | 
			
		||||
            return view('servers.public-index', compact('servers'));
 | 
			
		||||
        }
 | 
			
		||||
        return response()->view('errors.404', array("status" => 404, "title" => "Page not found", "message" => ""), 404);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue