mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-26 13:34:01 +01:00
13 lines
200 B
PHP
13 lines
200 B
PHP
<?php
|
|
|
|
namespace Infinito\Controller;
|
|
|
|
use FOS\RestBundle\Controller\AbstractFOSRestController;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
abstract class AbstractController extends AbstractFOSRestController
|
|
{
|
|
}
|