瀏覽代碼

ticker+reminder

feature/ticket
Charly 3 年之前
父節點
當前提交
ca05c7fa4b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      Model/Setting/SettingModel.php

+ 1
- 2
Model/Setting/SettingModel.php 查看文件

@@ -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…
取消
儲存