Browse Source

adding abstract

develop
Charly 3 years ago
parent
commit
1dfa419b1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Controller/AbstractController.php

+ 1
- 1
Controller/AbstractController.php View File

@@ -4,7 +4,7 @@ namespace Lc\SovBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController as SfAbstractController;

class AbstractController extends SfAbstractController
abstract class AbstractController extends SfAbstractController
{
use ControllerTrait;
}

Loading…
Cancel
Save