Browse Source

Corrrectifs nampespace

master
Fab 3 years ago
parent
commit
db34201584
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Model/Cms/BlameableTrait.php

+ 1
- 1
Model/Cms/BlameableTrait.php View File

@@ -2,9 +2,9 @@

namespace Lc\AdminBundle\Model\Cms;

use App\IModel\UserInterface;
use Doctrine\ORM\Mapping as ORM;
use Gedmo\Mapping\Annotation as Gedmo;
use Lc\AdminBundle\IModel\User\UserInterface;

trait BlameableTrait
{

Loading…
Cancel
Save