mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02: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