Files
abcParser/src/Interfaces/Exporter.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

9 lines
129 B
PHP
Executable File

<?php
namespace XaiCorp\AbcParser\Interfaces;
interface Exporter
{
public function toAbc();
public function toJson();
}