mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 12:24:11 +00:00
8a28eb1790
This reverts merge request !5
12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
|
|
namespace App\Classes\Interfaces;
|
|
|
|
interface Document
|
|
{
|
|
public function getType();
|
|
|
|
public function getReferenceId();
|
|
|
|
public function getDocumentType();
|
|
} |