mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 21:34:42 +03:00
Make "Mibew\Controller\Group\AbstractController" really abstract
This commit is contained in:
parent
4d45e57a9b
commit
e4cce9618e
@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
/**
|
/**
|
||||||
* Provides a set of utility functions.
|
* Provides a set of utility functions.
|
||||||
*/
|
*/
|
||||||
class AbstractController extends BaseController
|
abstract class AbstractController extends BaseController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Builds list of the group tabs.
|
* Builds list of the group tabs.
|
||||||
|
Loading…
Reference in New Issue
Block a user