alientronics/fleetany-web

View on GitHub
app/Repositories/UserRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Repositories;

use Prettus\Repository\Contracts\RepositoryInterface;

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