mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Substituted deprecated class
This commit is contained in:
parent
b23faaa535
commit
2420c54a7f
@ -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
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user