phpOMS/DataStorage/Database/Schema/Grammar/GrammarInterface.php

30 lines
523 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package phpOMS\DataStorage\Database\Schema
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Grammar;
/**
* Grammar interface.
*
* @package phpOMS\DataStorage\Database\Schema\Grammar
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*/
interface GrammarInterface
{
}