Current File : /home/getxxhzo/app.genicards.com/vendor/opcodesio/log-viewer/src/Direction.php
<?php

namespace Opcodes\LogViewer;

class Direction
{
    const Forward = 'forward';
    const Backward = 'backward';
}