mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-17 15:10:50 +08:00
8 lines
92 B
PHP
8 lines
92 B
PHP
|
|
<?php
|
||
|
|
namespace App\Repositories;
|
||
|
|
|
||
|
|
class AuthenticateRepository extends BaseRepository
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|