unioil-loyalty-app/app/Contracts/IDNumberTypeInterface.php

12 lines
103 B
PHP
Executable File

<?php
namespace App\Contracts;
use Illuminate\Http\Request;
interface IDNumberTypeInterface
{
}