Browse Source

ticker+reminder

feature/ticket
Charly 3 years ago
parent
commit
ca05c7fa4b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Model/Setting/SettingModel.php

+ 1
- 2
Model/Setting/SettingModel.php View File

@@ -3,13 +3,12 @@
namespace Lc\SovBundle\Model\Setting;

use Doctrine\ORM\Mapping as ORM;
use Lc\SovBundle\Doctrine\EntityInterface;
use Lc\SovBundle\Model\File\FileInterface;

/**
* @ORM\MappedSuperclass()
*/
abstract class SettingModel implements SettingInterface, EntityInterface
abstract class SettingModel
{
/**
* @ORM\Column(type="string", length=63)

Loading…
Cancel
Save