<?php

namespace App\Repositories;

use Prettus\Repository\Contracts\RepositoryInterface;

/**
 * Interface IndentNumRepository.
 *
 * @package namespace App\Repositories;
 */
interface IndentNumRepository extends RepositoryInterface
{
    //
}