mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-27 14:57:32 +08:00
8 lines
92 B
PHP
8 lines
92 B
PHP
|
|
<?php
|
||
|
|
namespace App\Repositories;
|
||
|
|
|
||
|
|
class AuthenticateRepository extends BaseRepository
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|