Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-widget/Model/ResourceModel/Layout/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-widget/Model/ResourceModel/Layout/Link.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Widget\Model\ResourceModel\Layout;

/**
 * Layout Link resource model
 */
class Link extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
    /**
     * Define main table
     *
     * @return void
     */
    protected function _construct()
    {
        $this->_init('layout_link', 'layout_link_id');
    }
}