mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Added missing docblock
This commit is contained in:
parent
bd35db8d87
commit
9747cb9204
@ -20,6 +20,13 @@ use Illuminate\Database\QueryException;
|
|||||||
use Illuminate\Support\Facades\Request;
|
use Illuminate\Support\Facades\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is the component group controller.
|
||||||
|
*
|
||||||
|
* @author James Brooks <james@alt-three.com>
|
||||||
|
* @author Graham Campbell <graham@alt-three.com>
|
||||||
|
* @author Joe Cohen <joe@alt-three.com>
|
||||||
|
*/
|
||||||
class ComponentGroupController extends AbstractApiController
|
class ComponentGroupController extends AbstractApiController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user