| 
									
										
										
										
											2020-03-12 17:59:13 +00:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace App\Controller; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | use Symfony\Component\HttpFoundation\Response; | 
					
						
							|  |  |  | use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-11 20:29:08 +00:00
										 |  |  | use App\Util\GSEvent; | 
					
						
							| 
									
										
										
										
											2020-03-12 17:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | class NetworkPublic extends AbstractController | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     public function __invoke() | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2020-03-11 20:29:08 +00:00
										 |  |  |         GSEvent::handle('test', ['foobar']); | 
					
						
							| 
									
										
										
										
											2020-03-12 17:59:13 +00:00
										 |  |  |         return $this->render('network/public.html.twig', []); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |