Explorar el Código

ticker+reminder

feature/ticket
Charly hace 2 años
padre
commit
ca05c7fa4b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      Model/Setting/SettingModel.php

+ 1
- 2
Model/Setting/SettingModel.php Ver fichero

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

Cargando…
Cancelar
Guardar