mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Substituted deprecated class
This commit is contained in:
		| @@ -2,11 +2,11 @@ | ||||
|  | ||||
| namespace App\Controller; | ||||
|  | ||||
| use FOS\RestBundle\Controller\FOSRestController; | ||||
| use FOS\RestBundle\Controller\AbstractFOSRestController; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|  */ | ||||
| abstract class AbstractController extends FOSRestController | ||||
| abstract class AbstractController extends AbstractFOSRestController | ||||
| { | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user