21 lines
345 B
PHP
21 lines
345 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @package Grav\Common\Flex
|
|
*
|
|
* @copyright Copyright (c) 2015 - 2021 Trilby Media, LLC. All rights reserved.
|
|
* @license MIT License; see LICENSE file for details.
|
|
*/
|
|
|
|
namespace Grav\Common\Flex\Traits;
|
|
|
|
/**
|
|
* Trait FlexIndexTrait
|
|
* @package Grav\Common\Flex\Traits
|
|
*/
|
|
trait FlexIndexTrait
|
|
{
|
|
}
|