public function __construct(StorageORMInterface $storage) { parent::__construct('option', new Option(), $storage); }
public function __construct(StorageORMInterface $storage) { parent::__construct('field', new Field(), $storage); }