Files
abcParser/src/Domain/Modules/Interpreter/Lexicon/Lex.php
richard 2cdf7dd1cf
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update webpatser/laravel-uuid to version 3
2020-06-20 12:36:34 -04:00

8 lines
90 B
PHP
Executable File

<?php
namespace XaiCorp\AbcParser\Domain\Modules\Interpreter\Lexicon;
interface Lex
{
}