Make "Mibew\Controller\Group\AbstractController" really abstract

This commit is contained in:
Dmitriy Simushev 2014-05-23 08:54:30 +00:00
parent 4d45e57a9b
commit e4cce9618e

View File

@ -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.