2015-12-06 13:58:49 -05:00
|
|
|
<?php
|
|
|
|
|
|
2024-03-12 22:39:16 -04:00
|
|
|
namespace App\Contracts\Repository;
|
2015-12-06 13:58:49 -05:00
|
|
|
|
2020-09-13 11:29:47 -07:00
|
|
|
interface UserRepositoryInterface extends RepositoryInterface
|
2016-12-07 22:46:38 +00:00
|
|
|
{
|
2015-12-06 13:58:49 -05:00
|
|
|
}
|